Class LocalPortForwarder

java.lang.Object
com.trilead.ssh2.LocalPortForwarder

public class LocalPortForwarder extends Object
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). Checkout Connection.createLocalPortForwarder(int, String, int) on how to create one.
Version:
$Id: LocalPortForwarder.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $
Author:
Christian Plattner, plattner@trilead.com
  • Method Details

    • close

      public void close() throws IOException
      Stop TCP/IP forwarding of newly arriving connections.
      Throws:
      IOException - the io exception
    • getLocalPort

      public int getLocalPort()