| java.lang.Object ch.ethz.ssh2.LocalPortForwarder
LocalPortForwarder | public class LocalPortForwarder (Code) | | A LocalPortForwarder forwards TCP/IP connections to a local
port via the secure tunnel to another host (which may or may not be identical
to the remote SSH-2 server).
author: Christian Plattner, plattner@inf.ethz.ch version: $Id: LocalPortForwarder.java,v 1.5 2006/02/14 19:43:16 cplattne Exp $ |
Method Summary | |
public void | close() Stop TCP/IP forwarding of newly arriving connections. |
local_port | int local_port(Code) | | |
port_to_connect | int port_to_connect(Code) | | |
|
|