Package | Description |
---|---|
net.schmizz.sshj | |
net.schmizz.sshj.connection.channel.direct |
Modifier and Type | Method and Description |
---|---|
LocalPortForwarder |
SSHClient.newLocalPortForwarder(LocalPortForwarder.Parameters parameters,
ServerSocket serverSocket)
Create a
LocalPortForwarder that will listen based on parameters using the bound
serverSocket and forward incoming connections to the server; which will further forward them to
host:port . |
Modifier and Type | Field and Description |
---|---|
protected LocalPortForwarder.Parameters |
LocalPortForwarder.DirectTCPIPChannel.parameters |
Constructor and Description |
---|
DirectTCPIPChannel(Connection conn,
Socket socket,
LocalPortForwarder.Parameters parameters) |
LocalPortForwarder(Connection conn,
LocalPortForwarder.Parameters parameters,
ServerSocket serverSocket) |
Copyright © 2009–2015. All rights reserved.