Package | Description |
---|---|
org.jivesoftware.smackx.filetransfer |
Modifier and Type | Method and Description |
---|---|
StreamInitiation |
StreamNegotiator.createInitiationAccept(StreamInitiation streamInitiationOffer,
String[] namespaces)
Creates the initiation acceptance packet to forward to the stream
initiator.
|
protected StreamInitiation |
FileTransferRequest.getStreamInitiation()
Returns the stream initiation packet that was sent by the requestor 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 |
IBBTransferNegotiator.createIncomingStream(StreamInitiation initiation) |
abstract InputStream |
StreamNegotiator.createIncomingStream(StreamInitiation initiation)
This method handles the file stream download negotiation process.
|
InputStream |
Socks5TransferNegotiator.createIncomingStream(StreamInitiation initiation) |
InputStream |
FaultTolerantNegotiator.createIncomingStream(StreamInitiation initiation) |
StreamInitiation |
StreamNegotiator.createInitiationAccept(StreamInitiation streamInitiationOffer,
String[] namespaces)
Creates the initiation acceptance packet to forward to the stream
initiator.
|
protected void |
FileTransferManager.fireNewRequest(StreamInitiation initiation) |
Constructor and Description |
---|
FileTransferRequest(FileTransferManager manager,
StreamInitiation si)
A recieve request is constructed from the Stream Initiation request
received from the initator.
|