public interface BytestreamRequest
There are two implementations of the interface. See Socks5BytestreamRequest
and
InBandBytestreamRequest
.
Modifier and Type | Method and Description |
---|---|
BytestreamSession |
accept()
Accepts the bytestream open request and returns the session to send/receive data.
|
java.lang.String |
getFrom()
Returns the sender of the bytestream open request.
|
java.lang.String |
getSessionID()
Returns the session ID of the bytestream open request.
|
void |
reject()
Rejects the bytestream request by sending a reject error to the initiator.
|
java.lang.String getFrom()
java.lang.String getSessionID()
BytestreamSession accept() throws java.lang.InterruptedException, org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException
org.jivesoftware.smack.XMPPException.XMPPErrorException
- if an error occurred while accepting the bytestream requestjava.lang.InterruptedException
- if the thread was interrupted while waiting in a blocking
operationorg.jivesoftware.smack.SmackException.NoResponseException
org.jivesoftware.smack.SmackException
void reject() throws org.jivesoftware.smack.SmackException.NotConnectedException
org.jivesoftware.smack.SmackException.NotConnectedException