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 ForwardingFilter |
AbstractClientSession.getForwardingFilter() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultForwardingFilter
Requests a "tcpip-forward" action
|
Modifier and Type | Method and Description |
---|---|
ForwardingFilter |
ForwardingFilterFactory.create(ConnectionService service)
Creates the forwarder to be used for TCP/IP port forwards for this session.
|
ForwardingFilter |
DefaultForwarderFactory.create(ConnectionService service) |
Modifier and Type | Method and Description |
---|---|
ForwardingFilter |
ConnectionService.getForwardingFilter()
Retrieve the forwarder instance
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<ForwardingFilter> |
AbstractConnectionService.forwarderHolder |
Modifier and Type | Method and Description |
---|---|
protected ForwardingFilter |
AbstractConnectionService.createForwardingFilter(Session session) |
ForwardingFilter |
AbstractConnectionService.getForwardingFilter() |
protected ForwardingFilter |
SessionHelper.getForwardingFilter() |