Uses of Interface
com.sshtools.synergy.nio.ClientConnector
Packages that use ClientConnector
-
Uses of ClientConnector in com.sshtools.synergy.nio
Methods in com.sshtools.synergy.nio with parameters of type ClientConnectorModifier and TypeMethodDescriptionvoidSshEngine.registerConnector(ClientConnector connector, SocketChannel socketChannel) Register a client connector with the daemon. -
Uses of ClientConnector in com.sshtools.synergy.ssh
Classes in com.sshtools.synergy.ssh that implement ClientConnectorModifier 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.