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.client.session | |
org.apache.sshd.common | |
org.apache.sshd.common.session | |
org.apache.sshd.server | |
org.apache.sshd.server.session |
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. |
Constructor and Description |
---|
ClientSessionImpl(FactoryManager client,
org.apache.mina.core.session.IoSession session) |
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 | 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,
org.apache.mina.core.session.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. |
Constructor and Description |
---|
ServerSession(FactoryManager server,
org.apache.mina.core.session.IoSession ioSession) |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.