Uses of Package
org.jivesoftware.smackx.filetransfer
Packages that use org.jivesoftware.smackx.filetransfer
-
Classes in org.jivesoftware.smackx.filetransfer used by org.jivesoftware.smackx.filetransferClassDescriptionContains the generic file information and progress related to a particular file transfer.A class to represent the current status of the file transfer.File transfers can cause several events to be raised.The file transfer manager class handles the sending and receiving of files.Manages the negotiation of file transfers according to XEP-0096.A request to send a file received from another user.An incoming file transfer is created when the
FileTransferManager.createIncomingFileTransfer(FileTransferRequest)
method is invoked.Handles the sending of a file to another user.A callback class to retrieve the status of an outgoing transfer negotiation process.After the file transfer negotiation process is completed according to XEP-0096, the negotiation process is passed off to a particular stream negotiator.