Uses of Enum
org.jivesoftware.smackx.filetransfer.FileTransfer.Error
Packages that use FileTransfer.Error
-
Uses of FileTransfer.Error in org.jivesoftware.smackx.filetransfer
Methods in org.jivesoftware.smackx.filetransfer that return FileTransfer.ErrorModifier and TypeMethodDescriptionFileTransfer.getError()
WhenFileTransfer.getStatus()
returns that there was anFileTransfer.Status.error
during the transfer, the type of error can be retrieved through this method.static FileTransfer.Error
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