Package | Description |
---|---|
org.jivesoftware.smackx.filetransfer |
File Transfers via XEP-0095: Stream Initialization.
|
Modifier and Type | Field and Description |
---|---|
protected FileTransferNegotiator |
FileTransfer.negotiator |
Modifier and Type | Method and Description |
---|---|
static FileTransferNegotiator |
FileTransferNegotiator.getInstanceFor(XMPPConnection connection)
Returns the file transfer negotiator related to a particular connection.
|
Constructor and Description |
---|
FileTransfer(org.jxmpp.jid.Jid peer,
String streamID,
FileTransferNegotiator negotiator) |
IncomingFileTransfer(FileTransferRequest request,
FileTransferNegotiator transferNegotiator) |
OutgoingFileTransfer(org.jxmpp.jid.Jid initiator,
org.jxmpp.jid.Jid target,
String streamID,
FileTransferNegotiator transferNegotiator) |