Package | Description |
---|---|
org.apache.sshd.common | |
org.apache.sshd.common.forward | |
org.apache.sshd.common.session |
Modifier and Type | Method and Description |
---|---|
TcpipForwarder |
TcpipForwarderFactory.create(ConnectionService service)
Creates the TcpipForwarder to be used for TCP/IP port forwards for
this ClientSession.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTcpipForwarder
TODO Add javadoc
|
Modifier and Type | Method and Description |
---|---|
TcpipForwarder |
DefaultTcpipForwarderFactory.create(ConnectionService service) |
Modifier and Type | Field and Description |
---|---|
protected TcpipForwarder |
AbstractConnectionService.tcpipForwarder
The tcpip forwarder
|
Modifier and Type | Method and Description |
---|---|
TcpipForwarder |
AbstractConnectionService.getTcpipForwarder() |
TcpipForwarder |
ConnectionService.getTcpipForwarder()
Retrieve the tcpip forwarder
|
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.