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 ForwardingSocketChannelForwardingClient.ClientForwardingListener. createChannel(java.lang.String hostToConnect, int portToConnect, java.net.Socket socket)protected abstract ForwardingSocketChannelForwardingListener. createChannel(java.lang.String hostToConnect, int portToConnect, java.net.Socket socket)ForwardingSocketChannelForwardingConfiguration. createForwardingSocketChannel(java.lang.String type, java.lang.String hostToConnect, int portToConnect, java.lang.String originatingHost, int originatingPort)
-