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 |
AbstractFactoryManager.getTcpipForwardingFilter() |
ForwardingFilter |
FactoryManager.getTcpipForwardingFilter()
Retrieve the
ForwardingFilter to be used by the SSH server. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setTcpipForwardingFilter(ForwardingFilter tcpipForwardingFilter) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.