public static interface Channel.Forwarded extends Channel
Channel.Direct, Channel.Forwarded
ErrorNotifiable.Util
Modifier and Type | Method and Description |
---|---|
void |
confirm()
Confirm
CHANNEL_OPEN request. |
java.lang.String |
getOriginatorIP() |
int |
getOriginatorPort() |
void |
reject(OpenFailException.Reason reason,
java.lang.String message)
Indicate rejection to remote end.
|
close, getAutoExpand, getID, getInputStream, getLocalMaxPacketSize, getLocalWinSize, getOutputStream, getRecipient, getRemoteMaxPacketSize, getRemoteWinSize, getType, isOpen, join, join, setAutoExpand
handle
notifyError
void confirm() throws TransportException
CHANNEL_OPEN
request.TransportException
- error sending confirmation packetjava.lang.String getOriginatorIP()
int getOriginatorPort()
void reject(OpenFailException.Reason reason, java.lang.String message) throws TransportException
reason
- indicate reason
for rejection of the requestmessage
- indicate a message for why the request is rejectedTransportException
- error sending rejection packet