public class LocalPortForwarder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LocalPortForwarder.DirectTCPIPChannel |
static class |
LocalPortForwarder.Parameters |
Constructor and Description |
---|
LocalPortForwarder(Connection conn,
LocalPortForwarder.Parameters parameters,
java.net.ServerSocket serverSocket) |
Modifier and Type | Method and Description |
---|---|
void |
listen()
Start listening for incoming connections and forward to remote host as a channel.
|
public LocalPortForwarder(Connection conn, LocalPortForwarder.Parameters parameters, java.net.ServerSocket serverSocket)