public static interface Channel.Direct extends Channel
Channel.Direct, Channel.Forwarded
ErrorNotifiable.Util
Modifier and Type | Method and Description |
---|---|
void |
open()
Request opening this channel from remote end.
|
close, getAutoExpand, getID, getInputStream, getLocalMaxPacketSize, getLocalWinSize, getOutputStream, getRecipient, getRemoteMaxPacketSize, getRemoteWinSize, getType, isOpen, join, join, setAutoExpand
handle
notifyError
void open() throws ConnectionException, TransportException
OpenFailException
- in case the channel open request was rejectedConnectionException
- other connection-layer errorTransportException
- error writing packets etc.