Uses of Class
com.sshtools.j2ssh.forwarding.ForwardingSocketChannel
-
Packages that use ForwardingSocketChannel Package Description com.sshtools.j2ssh.forwarding -
-
Uses of ForwardingSocketChannel in com.sshtools.j2ssh.forwarding
Methods in com.sshtools.j2ssh.forwarding that return ForwardingSocketChannel Modifier and Type Method Description ForwardingSocketChannel
ForwardingClient.ClientForwardingListener. createChannel(java.lang.String hostToConnect, int portToConnect, java.net.Socket socket)
protected abstract ForwardingSocketChannel
ForwardingListener. 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)
-