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.
|
Modifier and Type | Method and Description |
---|---|
protected static StreamInitiation |
StreamNegotiator.createInitiationAccept(StreamInitiation streamInitiationOffer,
String[] namespaces)
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.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
FaultTolerantNegotiator.createIncomingStream(StreamInitiation initiation) |
abstract InputStream |
StreamNegotiator.createIncomingStream(StreamInitiation initiation)
This method handles the file stream download negotiation process.
|
InputStream |
IBBTransferNegotiator.createIncomingStream(StreamInitiation initiation) |
InputStream |
Socks5TransferNegotiator.createIncomingStream(StreamInitiation initiation) |
protected static StreamInitiation |
StreamNegotiator.createInitiationAccept(StreamInitiation streamInitiationOffer,
String[] namespaces)
Creates the initiation acceptance stanza to forward to the stream
initiator.
|
protected IQ |
StreamNegotiator.initiateIncomingStream(XMPPConnection connection,
StreamInitiation initiation) |
Constructor and Description |
---|
FileTransferRequest(FileTransferManager manager,
StreamInitiation si)
A receive request is constructed from the Stream Initiation request
received from the initiator.
|
Modifier and Type | Method and Description |
---|---|
StreamInitiation |
StreamInitiationProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |