Package | Description |
---|---|
org.apache.sshd.client.session | |
org.apache.sshd.common.forward | |
org.apache.sshd.common.session | |
org.apache.sshd.common.session.helpers |
Modifier and Type | Method and Description |
---|---|
protected Forwarder |
AbstractClientSession.getForwarder() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultForwarder
Requests a "tcpip-forward" action
|
Modifier and Type | Method and Description |
---|---|
Forwarder |
ForwarderFactory.create(ConnectionService service)
Creates the forwarder to be used for TCP/IP port forwards for this session.
|
Forwarder |
DefaultForwarderFactory.create(ConnectionService service) |
Modifier and Type | Method and Description |
---|---|
Forwarder |
ConnectionService.getForwarder()
Retrieve the forwarder instance
|
Modifier and Type | Method and Description |
---|---|
protected Forwarder |
AbstractConnectionService.createForwardingFilter(Session session) |
protected Forwarder |
SessionHelper.getForwarder() |
Forwarder |
AbstractConnectionService.getForwarder() |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.