|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamInitiation | |
|---|---|
| org.jivesoftware.smackx.filetransfer | |
| Uses of StreamInitiation in org.jivesoftware.smackx.filetransfer |
|---|
| Methods in org.jivesoftware.smackx.filetransfer that return StreamInitiation | |
|---|---|
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. |
| Methods in org.jivesoftware.smackx.filetransfer with parameters of type StreamInitiation | |
|---|---|
abstract InputStream |
StreamNegotiator.createIncomingStream(StreamInitiation initiation)
This method handles the file stream download negotiation process. |
InputStream |
Socks5TransferNegotiator.createIncomingStream(StreamInitiation initiation)
|
InputStream |
IBBTransferNegotiator.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)
|
void |
FileTransferNegotiator.rejectStream(StreamInitiation si)
Reject a stream initiation request from a remote user. |
| Constructors in org.jivesoftware.smackx.filetransfer with parameters of type StreamInitiation | |
|---|---|
FileTransferRequest(FileTransferManager manager,
StreamInitiation si)
A recieve request is constructed from the Stream Initiation request received from the initator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||