Uses of Class
rocks.xmpp.extensions.filetransfer.FileTransfer.Status
-
Packages that use FileTransfer.Status Package Description rocks.xmpp.extensions.filetransfer Provides an abstraction for different kinds of file transfer. -
-
Uses of FileTransfer.Status in rocks.xmpp.extensions.filetransfer
Methods in rocks.xmpp.extensions.filetransfer that return FileTransfer.Status Modifier and Type Method Description FileTransfer.Status
FileTransfer. getStatus()
Gets the status of the file transfer.FileTransfer.Status
FileTransferStatusEvent. getStatus()
Gets the file transfer status.static FileTransfer.Status
FileTransfer.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileTransfer.Status[]
FileTransfer.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-