public class Socks5TransferNegotiator extends StreamNegotiator
Socks5BytestreamManager
and the Socks5BytestreamRequest
.initationSetEvents
Modifier and Type | Method and Description |
---|---|
InputStream |
createIncomingStream(StreamInitiation initiation)
This method handles the file stream download negotiation process.
|
OutputStream |
createOutgoingStream(String streamID,
Jid initiator,
Jid target)
This method handles the file upload stream negotiation process.
|
String[] |
getNamespaces()
Returns the XMPP namespace reserved for this particular type of file
transfer.
|
void |
newStreamInitiation(Jid from,
String streamID)
Signal that a new stream initiation arrived.
|
createInitiationAccept, initiateIncomingStream, signal
connection, getAuthenticatedConnectionOrThrow, schedule
public OutputStream createOutgoingStream(String streamID, Jid initiator, Jid target) throws SmackException, XMPPException
StreamNegotiator
createOutgoingStream
in class StreamNegotiator
streamID
- 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.SmackException
XMPPException
public InputStream createIncomingStream(StreamInitiation initiation) throws XMPPException.XMPPErrorException, InterruptedException, SmackException
StreamNegotiator
createIncomingStream
in class StreamNegotiator
initiation
- The initiation that triggered this download.XMPPException.XMPPErrorException
- If an error occurs during this process an XMPPException is
thrown.InterruptedException
- If thread is interrupted.SmackException
public void newStreamInitiation(Jid from, String streamID)
StreamNegotiator
newStreamInitiation
in class StreamNegotiator
from
- The initiator of the file transfer.streamID
- The stream ID related to the transfer.public String[] getNamespaces()
StreamNegotiator
getNamespaces
in class StreamNegotiator