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 AbstractChannelChannelOutputStream. chanConstructors 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 classAbstractDirectChannelBase class for direct channels whose open is initiated by the client.classDirectConnectionA channel for creating a direct TCP/IP connection from the server to a remote address.classDirectTCPIPChannelstatic classLocalPortForwarder.ForwardedChannelclassSessionChannelSessionimplementation. -
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 classAbstractForwardedChannelBase class for forwarded channels whose open is initiated by the server.static classRemotePortForwarder.ForwardedTCPIPChannelAforwarded-tcpipchannel.static classX11Forwarder.X11ChannelAnx11forwarded channel.
-