| Package | Description |
|---|---|
| org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
| org.apache.sshd.common |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setTcpipForwardingFilter(ForwardingFilter forwardingFilter) |
| Modifier and Type | Field and Description |
|---|---|
protected ForwardingFilter |
AbstractFactoryManager.tcpipForwardingFilter |
| Modifier and Type | Method and Description |
|---|---|
ForwardingFilter |
FactoryManager.getTcpipForwardingFilter()
Retrieve the
ForwardingFilter to be used by the SSH server. |
ForwardingFilter |
AbstractFactoryManager.getTcpipForwardingFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFactoryManager.setTcpipForwardingFilter(ForwardingFilter tcpipForwardingFilter) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.