Class Summary |
FaultTolerantNegotiator |
The fault tolerant negotiator takes two stream negotiators, the primary and the secondary
negotiator. |
FileTransfer |
Contains the generic file information and progress related to a particular
file transfer. |
FileTransferManager |
The file transfer manager class handles the sending and recieving of files. |
FileTransferNegotiator |
Manages the negotiation of file transfers according to JEP-0096. |
FileTransferRequest |
A request to send a file recieved from another user. |
IBBTransferNegotiator |
The in-band bytestream file transfer method, or IBB for short, transfers the
file over the same XML Stream used by XMPP. |
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. |
Socks5TransferNegotiator |
A SOCKS5 bytestream is negotiated partly over the XMPP XML stream and partly
over a seperate socket. |
Socks5TransferNegotiatorManager |
|
StreamNegotiator |
After the file transfer negotiation process is completed according to
JEP-0096, the negotation process is passed off to a particular stream
negotiator. |