public static interface

Channel.Direct

implements Channel
net.schmizz.sshj.connection.channel.Channel.Direct
Known Indirect Subclasses

Class Overview

Direct channels are those that are initiated by us.

Summary

Public Methods
abstract void open()
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

Public Methods

public abstract void open ()

Request opening this channel from remote end.

Throws
OpenFailException in case the channel open request was rejected
ConnectionException other connection-layer error
TransportException error writing packets etc.