Uses of Class
org.jivesoftware.smackx.filetransfer.StreamNegotiator
-
Packages that use StreamNegotiator Package Description org.jivesoftware.smackx.filetransfer File Transfers via XEP-0095: Stream Initialization. -
-
Uses of StreamNegotiator in org.jivesoftware.smackx.filetransfer
Subclasses of StreamNegotiator in org.jivesoftware.smackx.filetransfer Modifier and Type Class Description classIBBTransferNegotiatorThe In-Band Bytestream file transfer method, or IBB for short, transfers the file over the same XML Stream used by XMPP.classSocks5TransferNegotiatorNegotiates a SOCKS5 Bytestream to be used for file transfers.Methods in org.jivesoftware.smackx.filetransfer that return StreamNegotiator Modifier and Type Method Description StreamNegotiatorFileTransferNegotiator. negotiateOutgoingTransfer(Jid userID, java.lang.String streamID, java.lang.String fileName, long size, java.lang.String desc, int responseTimeout)Send a request to another user to send them a file.StreamNegotiatorFileTransferNegotiator. selectStreamNegotiator(FileTransferRequest request)Selects an appropriate stream negotiator after examining the incoming file transfer request.
-