Uses of Class
org.jivesoftware.smackx.si.packet.StreamInitiation
-
Packages that use StreamInitiation Package Description org.jivesoftware.smackx.filetransfer File Transfers via XEP-0095: Stream Initialization.org.jivesoftware.smackx.si.provider Provider classes for XEP-0095: Stream Initiation. -
-
Uses of StreamInitiation in org.jivesoftware.smackx.filetransfer
Methods in org.jivesoftware.smackx.filetransfer that return StreamInitiation Modifier and Type Method Description protected static StreamInitiation
StreamNegotiator. createInitiationAccept(StreamInitiation streamInitiationOffer, java.lang.String namespace)
Creates the initiation acceptance stanza to forward to the stream initiator.protected StreamInitiation
FileTransferRequest. getStreamInitiation()
Returns the stream initiation stanza that was sent by the requester which contains the parameters of the file transfer being transfer and also the methods available to transfer the file.Methods in org.jivesoftware.smackx.filetransfer with parameters of type StreamInitiation Modifier and Type Method Description java.io.InputStream
IBBTransferNegotiator. createIncomingStream(StreamInitiation initiation)
java.io.InputStream
Socks5TransferNegotiator. createIncomingStream(StreamInitiation initiation)
abstract java.io.InputStream
StreamNegotiator. createIncomingStream(StreamInitiation initiation)
This method handles the file stream download negotiation process.protected static StreamInitiation
StreamNegotiator. createInitiationAccept(StreamInitiation streamInitiationOffer, java.lang.String namespace)
Creates the initiation acceptance stanza to forward to the stream initiator.protected IQ
StreamNegotiator. initiateIncomingStream(XMPPConnection connection, StreamInitiation initiation)
Constructors in org.jivesoftware.smackx.filetransfer with parameters of type StreamInitiation Constructor Description FileTransferRequest(FileTransferManager manager, StreamInitiation si)
A receive request is constructed from the Stream Initiation request received from the initiator. -
Uses of StreamInitiation in org.jivesoftware.smackx.si.provider
Methods in org.jivesoftware.smackx.si.provider that return StreamInitiation Modifier and Type Method Description StreamInitiation
StreamInitiationProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-