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