Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.common | |
org.apache.sshd.common.forward | |
org.apache.sshd.server |
Modifier and Type | Field and Description |
---|---|
protected ForwardingAcceptorFactory |
SshServer.x11ForwardingAcceptorFactory |
Modifier and Type | Method and Description |
---|---|
ForwardingAcceptorFactory |
SshServer.getX11ForwardingAcceptorFactory() |
Modifier and Type | Method and Description |
---|---|
void |
SshServer.setX11ForwardNioSocketAcceptorFactory(ForwardingAcceptorFactory f) |
Modifier and Type | Field and Description |
---|---|
protected ForwardingAcceptorFactory |
AbstractFactoryManager.tcpipForwardingAcceptorFactory |
Modifier and Type | Method and Description |
---|---|
ForwardingAcceptorFactory |
FactoryManager.getTcpipForwardingAcceptorFactory()
Retrieve the IoAcceptor factory to be used to accept incoming connections
to port forwards.
|
ForwardingAcceptorFactory |
AbstractFactoryManager.getTcpipForwardingAcceptorFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setTcpipForwardNioSocketAcceptorFactory(ForwardingAcceptorFactory f) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultForwardingAcceptorFactory
A Default factory for creating NioSocketAcceptors for Port & X11 Forwarding
|
Modifier and Type | Method and Description |
---|---|
ForwardingAcceptorFactory |
ServerFactoryManager.getX11ForwardingAcceptorFactory()
Retrieve the IoAcceptor factory to be used to accept incoming connections
for X11 Forwards.
|
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.