| Package | Description |
|---|---|
| org.jivesoftware.smackx.filetransfer |
| Class and Description |
|---|
| FileTransfer
Contains the generic file information and progress related to a particular
file transfer.
|
| FileTransfer.Error |
| FileTransfer.Status
A class to represent the current status of the file transfer.
|
| FileTransferException |
| FileTransferException.NoAcceptableTransferMechanisms |
| FileTransferException.NoStreamMethodsOfferedException |
| FileTransferListener
File transfers can cause several events to be raised.
|
| FileTransferManager
The file transfer manager class handles the sending and recieving of files.
|
| FileTransferNegotiator
Manages the negotiation of file transfers according to XEP-0096.
|
| FileTransferRequest
A request to send a file recieved from another user.
|
| IncomingFileTransfer
An incoming file transfer is created when the
FileTransferManager.createIncomingFileTransfer(FileTransferRequest)
method is invoked. |
| OutgoingFileTransfer
Handles the sending of a file to another user.
|
| OutgoingFileTransfer.NegotiationProgress
A callback class to retrieve the status of an outgoing transfer
negotiation process.
|
| StreamNegotiator
After the file transfer negotiation process is completed according to
XEP-0096, the negotiation process is passed off to a particular stream
negotiator.
|