Uses of Class
com.sshtools.j2ssh.forwarding.ForwardingSocketChannel

Packages that use ForwardingSocketChannel
com.sshtools.daemon.forwarding   
com.sshtools.j2ssh.forwarding   
 

Uses of ForwardingSocketChannel in com.sshtools.daemon.forwarding
 

Methods in com.sshtools.daemon.forwarding that return ForwardingSocketChannel
 ForwardingSocketChannel ForwardingServer.ServerForwardingListener.createChannel(java.lang.String hostToConnect, int portToConnect, java.net.Socket socket)
           
 

Uses of ForwardingSocketChannel in com.sshtools.j2ssh.forwarding
 

Methods in com.sshtools.j2ssh.forwarding that return ForwardingSocketChannel
protected abstract  ForwardingSocketChannel ForwardingListener.createChannel(java.lang.String hostToConnect, int portToConnect, java.net.Socket socket)
           
 ForwardingSocketChannel ForwardingClient.ClientForwardingListener.createChannel(java.lang.String hostToConnect, int portToConnect, java.net.Socket socket)
           
 ForwardingSocketChannel ForwardingConfiguration.createForwardingSocketChannel(java.lang.String type, java.lang.String hostToConnect, int portToConnect, java.lang.String originatingHost, int originatingPort)