Uses of Interface
org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer.NegotiationProgress
-
Packages that use OutgoingFileTransfer.NegotiationProgress Package Description org.jivesoftware.smackx.filetransfer File Transfers via XEP-0095: Stream Initialization. -
-
Uses of OutgoingFileTransfer.NegotiationProgress in org.jivesoftware.smackx.filetransfer
Methods in org.jivesoftware.smackx.filetransfer with parameters of type OutgoingFileTransfer.NegotiationProgress Modifier and Type Method Description void
OutgoingFileTransfer. sendFile(java.lang.String fileName, long fileSize, java.lang.String description, OutgoingFileTransfer.NegotiationProgress progress)
This methods handles the transfer and stream negotiation process.void
OutgoingFileTransfer. setCallback(OutgoingFileTransfer.NegotiationProgress negotiationProcess)
-