| net.schmizz.sshj.connection.channel.Channel.Direct |
Known Indirect Subclasses
|
Direct channels are those that are initiated by us.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Request opening this channel from remote end.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.io.Closeable
| |||||||||||
From interface
net.schmizz.sshj.common.ErrorNotifiable
| |||||||||||
From interface
net.schmizz.sshj.common.SSHPacketHandler
| |||||||||||
From interface
net.schmizz.sshj.connection.channel.Channel
| |||||||||||
Request opening this channel from remote end.
| OpenFailException | in case the channel open request was rejected |
|---|---|
| ConnectionException | other connection-layer error |
| TransportException | error writing packets etc. |