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, SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException
XMPPException.XMPPErrorException - if an error occurred while accepting the bytestream requestjava.lang.InterruptedException - if the thread was interrupted while waiting in a blocking
operationSmackException.NoResponseExceptionSmackExceptionvoid reject()
throws SmackException.NotConnectedException