Uses of Class
com.sshtools.synergy.ssh.SocketForwardingChannel
Packages that use SocketForwardingChannel
-
Uses of SocketForwardingChannel in com.sshtools.synergy.ssh
Subclasses of SocketForwardingChannel in com.sshtools.synergy.sshModifier and TypeClassDescriptionclassLocalForwardingChannel<T extends SshContext>Implements a Local forwarding channel for use with forwarding sockets from the client machine through the server to some endpoint reachable from the server machine.classRemoteForwardingChannel<T extends SshContext>Implements a Remote forwarding channel for use with forwarding sockets from the server machine through the client to some endpoint reachable from the client machine.