Uses of Class
org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
Packages that use FileTransferNegotiator
- 
Uses of FileTransferNegotiator in org.jivesoftware.smackx.filetransfer
Fields in org.jivesoftware.smackx.filetransfer declared as FileTransferNegotiatorMethods in org.jivesoftware.smackx.filetransfer that return FileTransferNegotiatorModifier and TypeMethodDescriptionstatic FileTransferNegotiatorFileTransferNegotiator.getInstanceFor(XMPPConnection connection) Returns the file transfer negotiator related to a particular connection.Constructors in org.jivesoftware.smackx.filetransfer with parameters of type FileTransferNegotiatorModifierConstructorDescriptionprotectedFileTransfer(Jid peer, String streamID, FileTransferNegotiator negotiator) protectedIncomingFileTransfer(FileTransferRequest request, FileTransferNegotiator transferNegotiator) protectedOutgoingFileTransfer(Jid initiator, Jid target, String streamID, FileTransferNegotiator transferNegotiator)