Uses of Class
org.jivesoftware.smackx.si.packet.StreamInitiation
Packages that use StreamInitiation
Package
Description
Smack's API for File Transfers.
Provider classes for XEP-0095: Stream Initiation.
-
Uses of StreamInitiation in org.jivesoftware.smackx.filetransfer
Methods in org.jivesoftware.smackx.filetransfer that return StreamInitiationModifier and TypeMethodDescriptionprotected static StreamInitiation
StreamNegotiator.createInitiationAccept
(StreamInitiation streamInitiationOffer, 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 StreamInitiationModifier and TypeMethodDescriptionIBBTransferNegotiator.createIncomingStream
(StreamInitiation initiation) Socks5TransferNegotiator.createIncomingStream
(StreamInitiation initiation) abstract InputStream
StreamNegotiator.createIncomingStream
(StreamInitiation initiation) This method handles the file stream download negotiation process.protected static StreamInitiation
StreamNegotiator.createInitiationAccept
(StreamInitiation streamInitiationOffer, String namespace) Creates the initiation acceptance stanza to forward to the stream initiator.protected final IQ
StreamNegotiator.initiateIncomingStream
(XMPPConnection connection, StreamInitiation initiation) Constructors in org.jivesoftware.smackx.filetransfer with parameters of type StreamInitiationModifierConstructorDescriptionFileTransferRequest
(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 StreamInitiationModifier and TypeMethodDescriptionStreamInitiationProvider.parse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)