Uses of Class
com.sshtools.synergy.ssh.ForwardingChannel
Packages that use ForwardingChannel
-
Uses of ForwardingChannel in com.sshtools.synergy.ssh
Subclasses of ForwardingChannel 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.classSocketForwardingChannel<T extends SshContext>An abstract forwarding channel implementation for use with forwarding both local and remote sockets.Methods in com.sshtools.synergy.ssh that return ForwardingChannelModifier and TypeMethodDescriptionprotected abstract ForwardingChannel<T>SocketListeningForwardingChannelFactoryImpl.createChannel(String channelType, SshConnection con, String addressToBind, int portToBind, SocketChannel sc, T context) Methods in com.sshtools.synergy.ssh with parameters of type ForwardingChannelModifier and TypeMethodDescriptionvoidSocketListeningForwardingChannelFactoryImpl.ActiveTunnelManager.TunnelListener.tunnelOpened(ForwardingChannel<K> channel)