Uses of Class
org.jivesoftware.smackx.filetransfer.FileTransfer.Error
-
Packages that use FileTransfer.Error Package Description org.jivesoftware.smackx.filetransfer File Transfers via XEP-0095: Stream Initialization. -
-
Uses of FileTransfer.Error in org.jivesoftware.smackx.filetransfer
Methods in org.jivesoftware.smackx.filetransfer that return FileTransfer.Error Modifier and Type Method Description FileTransfer.ErrorFileTransfer. getError()WhenFileTransfer.getStatus()returns that there was anFileTransfer.Status.errorduring the transfer, the type of error can be retrieved through this method.static FileTransfer.ErrorFileTransfer.Error. valueOf(java.lang.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 Modifier and Type Method Description protected voidFileTransfer. setError(FileTransfer.Error type)
-