Package | Description |
---|---|
org.jivesoftware.smackx.filetransfer |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FileTransfer.setError(FileTransfer.Error type) |