Package com.trilead.ssh2
Class LocalPortForwarder
- java.lang.Object
-
- com.trilead.ssh2.LocalPortForwarder
-
public class LocalPortForwarder extends java.lang.ObjectALocalPortForwarderforwards 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). CheckoutConnection.createLocalPortForwarder(int, String, int)on how to create one.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Stop TCP/IP forwarding of newly arriving connections.
-