Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.client | |
org.apache.sshd.common | |
org.apache.sshd.common.forward |
Modifier and Type | Field and Description |
---|---|
protected TcpipForwarderFactory |
SshBuilder.BaseBuilder.tcpipForwarderFactory |
Modifier and Type | Method and Description |
---|---|
S |
SshBuilder.BaseBuilder.tcpipForwarderFactory(TcpipForwarderFactory tcpipForwarderFactory) |
Modifier and Type | Method and Description |
---|---|
TcpipForwarderFactory |
ClientFactoryManager.getTcpipForwarderFactory()
Retrieve the TcpipForwarder factory to be used to accept incoming connections
and forward data.
|
Modifier and Type | Field and Description |
---|---|
protected TcpipForwarderFactory |
AbstractFactoryManager.tcpipForwarderFactory |
Modifier and Type | Method and Description |
---|---|
TcpipForwarderFactory |
FactoryManager.getTcpipForwarderFactory()
Retrieve the tcpip forwarder factory used to support tcpip forwarding.
|
TcpipForwarderFactory |
AbstractFactoryManager.getTcpipForwarderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setTcpipForwarderFactory(TcpipForwarderFactory tcpipForwarderFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTcpipForwarderFactory
The default {link TcpipForwarderFactory} implementation.
|
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.