|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileTransfer.Error | |
|---|---|
| org.jivesoftware.smackx.filetransfer | |
| Uses of FileTransfer.Error in org.jivesoftware.smackx.filetransfer |
|---|
| Methods in org.jivesoftware.smackx.filetransfer that return FileTransfer.Error | |
|---|---|
FileTransfer.Error |
FileTransfer.getError()
When FileTransfer.getStatus() returns that there was an FileTransfer.Status.error
during the transfer, the type of error can be retrieved through this
method. |
static FileTransfer.Error |
FileTransfer.Error.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FileTransfer.Error[] |
FileTransfer.Error.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jivesoftware.smackx.filetransfer with parameters of type FileTransfer.Error | |
|---|---|
void |
FileTransfer.setError(FileTransfer.Error type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||