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 TypeClassDescriptionclassBase class for direct channels whose open is initiated by the client.classA channel for creating a direct TCP/IP connection from the server to a remote address.classstatic classclassSessionimplementation. -
Uses of AbstractChannel in net.schmizz.sshj.connection.channel.forwarded
Subclasses of AbstractChannel in net.schmizz.sshj.connection.channel.forwardedModifier and TypeClassDescriptionclassBase class for forwarded channels whose open is initiated by the server.static classAforwarded-tcpipchannel.static classAnx11forwarded channel.