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. |
String |
getOriginatorIP() |
int |
getOriginatorPort() |
void |
reject(OpenFailException.Reason reason,
String message)
Indicate rejection to remote end.
|
close, getAutoExpand, getID, getInputStream, getLocalMaxPacketSize, getLocalWinSize, getOutputStream, getRecipient, getRemoteMaxPacketSize, getRemoteWinSize, getType, isOpen, join, join, sendEOF, setAutoExpand
handle
notifyError
void confirm() throws TransportException
CHANNEL_OPEN
request.TransportException
- error sending confirmation packetString getOriginatorIP()
int getOriginatorPort()
void reject(OpenFailException.Reason reason, String message) throws TransportException
reason
- indicate reason
for rejection of the requestmessage
- indicate a message for why the request is rejectedTransportException
- error sending rejection packetCopyright © 2009-2014. All Rights Reserved.