Uses of Interface
net.schmizz.sshj.connection.channel.Channel.Direct
-
Packages that use Channel.Direct Package Description net.schmizz.sshj.connection.channel.direct -
-
Uses of Channel.Direct in net.schmizz.sshj.connection.channel.direct
Classes in net.schmizz.sshj.connection.channel.direct that implement 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.
-