Uses of Class
net.schmizz.sshj.connection.channel.AbstractChannel
-
Packages that use AbstractChannel Package Description net.schmizz.sshj.connection.channel net.schmizz.sshj.connection.channel.direct net.schmizz.sshj.connection.channel.forwarded -
-
Uses of AbstractChannel in net.schmizz.sshj.connection.channel
Fields in net.schmizz.sshj.connection.channel declared as AbstractChannel Modifier and Type Field Description private AbstractChannel
ChannelOutputStream. chan
Constructors in net.schmizz.sshj.connection.channel with parameters of type AbstractChannel Constructor Description ChannelOutputStream(AbstractChannel chan, Transport trans, Window.Remote win)
-
Uses of AbstractChannel in net.schmizz.sshj.connection.channel.direct
Subclasses of AbstractChannel in net.schmizz.sshj.connection.channel.direct Modifier and Type Class Description class
AbstractDirectChannel
Base class for direct channels whose open is initiated by the client.class
DirectConnection
A channel for creating a direct TCP/IP connection from the server to a remote address.class
DirectTCPIPChannel
static class
LocalPortForwarder.ForwardedChannel
class
SessionChannel
Session
implementation. -
Uses of AbstractChannel in net.schmizz.sshj.connection.channel.forwarded
Subclasses of AbstractChannel in net.schmizz.sshj.connection.channel.forwarded Modifier and Type Class Description class
AbstractForwardedChannel
Base class for forwarded channels whose open is initiated by the server.static class
RemotePortForwarder.ForwardedTCPIPChannel
Aforwarded-tcpip
channel.static class
X11Forwarder.X11Channel
Anx11
forwarded channel.
-