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.io | |
org.apache.sshd.common.io.mina | |
org.apache.sshd.common.io.nio2 | |
org.apache.sshd.common.session | |
org.apache.sshd.server |
Modifier and Type | Class and Description |
---|---|
class |
SshClient
Entry point for the client side of the SSH protocol.
|
class |
SshServer
The SshServer class is the main entry point for the server side of the SSH protocol.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientFactoryManager
The
ClientFactoryManager enable the retrieval of additional
configuration needed specifically for the client side. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFactoryManager
TODO Add javadoc
|
Modifier and Type | Method and Description |
---|---|
FactoryManager |
Session.getFactoryManager()
Retrieve the FactoryManager that has created this session
|
Modifier and Type | Method and Description |
---|---|
IoAcceptor |
IoAcceptorFactory.create(FactoryManager manager) |
IoAcceptor |
DefaultIoServiceFactory.createAcceptor(FactoryManager manager,
IoHandler handler) |
IoAcceptor |
IoServiceFactory.createAcceptor(FactoryManager manager,
IoHandler handler) |
IoConnector |
DefaultIoServiceFactory.createConnector(FactoryManager manager,
IoHandler handler) |
IoConnector |
IoServiceFactory.createConnector(FactoryManager manager,
IoHandler handler) |
Modifier and Type | Field and Description |
---|---|
protected FactoryManager |
MinaService.manager |
Modifier and Type | Method and Description |
---|---|
IoAcceptor |
MinaServiceFactory.createAcceptor(FactoryManager manager,
IoHandler handler) |
IoConnector |
MinaServiceFactory.createConnector(FactoryManager manager,
IoHandler handler) |
Constructor and Description |
---|
MinaAcceptor(FactoryManager manager,
IoHandler handler) |
MinaConnector(FactoryManager manager,
IoHandler handler) |
MinaService(FactoryManager manager,
IoHandler handler) |
Modifier and Type | Field and Description |
---|---|
protected FactoryManager |
Nio2Service.manager |
Modifier and Type | Method and Description |
---|---|
IoAcceptor |
Nio2ServiceFactory.createAcceptor(FactoryManager manager,
IoHandler handler) |
IoConnector |
Nio2ServiceFactory.createConnector(FactoryManager manager,
IoHandler handler) |
Constructor and Description |
---|
Nio2Acceptor(FactoryManager manager,
IoHandler handler) |
Nio2Connector(FactoryManager manager,
IoHandler handler) |
Nio2Service(FactoryManager manager,
IoHandler handler) |
Modifier and Type | Field and Description |
---|---|
protected FactoryManager |
AbstractSession.factoryManager
The factory manager used to retrieve factories of Ciphers, Macs and other objects
|
Modifier and Type | Method and Description |
---|---|
FactoryManager |
AbstractSession.getFactoryManager()
Retrieve the factory manager
|
Constructor and Description |
---|
AbstractSession(FactoryManager factoryManager,
IoSession ioSession)
Create a new session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerFactoryManager
The
ServerFactoryManager enable the retrieval of additional
configuration needed specifically for the server side. |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.