|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Channel.Direct
Direct channels are those that are initiated by us.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.schmizz.sshj.connection.channel.Channel |
|---|
Channel.Direct, Channel.Forwarded |
| Nested classes/interfaces inherited from interface net.schmizz.sshj.common.ErrorNotifiable |
|---|
ErrorNotifiable.Util |
| Method Summary | |
|---|---|
void |
open()
Request opening this channel from remote end. |
| Methods inherited from interface net.schmizz.sshj.connection.channel.Channel |
|---|
close, getAutoExpand, getID, getInputStream, getLocalMaxPacketSize, getLocalWinSize, getOutputStream, getRecipient, getRemoteMaxPacketSize, getRemoteWinSize, getType, isOpen, join, join, sendEOF, setAutoExpand |
| Methods inherited from interface net.schmizz.sshj.common.SSHPacketHandler |
|---|
handle |
| Methods inherited from interface net.schmizz.sshj.common.ErrorNotifiable |
|---|
notifyError |
| Method Detail |
|---|
void open()
throws ConnectionException,
TransportException
OpenFailException - in case the channel open request was rejected
ConnectionException - other connection-layer error
TransportException - error writing packets etc.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||