public class Socks5TransferNegotiator extends StreamNegotiator
Socks5BytestreamManager and the Socks5BytestreamRequest.initationSetEvents| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
createIncomingStream(StreamInitiation initiation)
This method handles the file stream download negotiation process.
|
java.io.OutputStream |
createOutgoingStream(java.lang.String streamID,
org.jxmpp.jid.Jid initiator,
org.jxmpp.jid.Jid target)
This method handles the file upload stream negotiation process.
|
java.lang.String[] |
getNamespaces()
Returns the XMPP namespace reserved for this particular type of file
transfer.
|
void |
newStreamInitiation(org.jxmpp.jid.Jid from,
java.lang.String streamID)
Signal that a new stream initiation arrived.
|
createInitiationAccept, initiateIncomingStream, signalconnection, getAuthenticatedConnectionOrThrow, schedulepublic java.io.OutputStream createOutgoingStream(java.lang.String streamID, org.jxmpp.jid.Jid initiator, org.jxmpp.jid.Jid target) throws SmackException, XMPPException
StreamNegotiatorcreateOutgoingStream in class StreamNegotiatorstreamID - The streamID that uniquely identifies the file transfer.initiator - The fully-qualified JID of the initiator of the file transfer.target - The fully-qualified JID of the target or receiver of the file
transfer.SmackExceptionXMPPExceptionpublic java.io.InputStream createIncomingStream(StreamInitiation initiation) throws XMPPException.XMPPErrorException, java.lang.InterruptedException, SmackException
StreamNegotiatorcreateIncomingStream in class StreamNegotiatorinitiation - The initiation that triggered this download.XMPPException.XMPPErrorException - If an error occurs during this process an XMPPException is
thrown.java.lang.InterruptedException - If thread is interrupted.SmackExceptionpublic void newStreamInitiation(org.jxmpp.jid.Jid from, java.lang.String streamID)
StreamNegotiatornewStreamInitiation in class StreamNegotiatorfrom - The initiator of the file transfer.streamID - The stream ID related to the transfer.public java.lang.String[] getNamespaces()
StreamNegotiatorgetNamespaces in class StreamNegotiator