Uses of Class
net.schmizz.sshj.connection.channel.AbstractChannel
Packages that use AbstractChannel
Package
Description
-
Uses of AbstractChannel in net.schmizz.sshj.connection.channel
Fields in net.schmizz.sshj.connection.channel declared as AbstractChannelConstructors in net.schmizz.sshj.connection.channel with parameters of type AbstractChannelModifierConstructorDescriptionChannelOutputStream
(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.directModifier and TypeClassDescriptionclass
Base class for direct channels whose open is initiated by the client.class
A channel for creating a direct TCP/IP connection from the server to a remote address.class
static class
class
Session
implementation. -
Uses of AbstractChannel in net.schmizz.sshj.connection.channel.forwarded
Subclasses of AbstractChannel in net.schmizz.sshj.connection.channel.forwardedModifier and TypeClassDescriptionclass
Base class for forwarded channels whose open is initiated by the server.static class
Aforwarded-tcpip
channel.static class
Anx11
forwarded channel.