| Package | Description |
|---|---|
| org.apache.sshd.client.session | |
| org.apache.sshd.common.kex.dh | |
| org.apache.sshd.common.session.helpers | |
| org.apache.sshd.server | |
| org.apache.sshd.server.session |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientSession
Provides default implementations of
ClientSession related methods |
class |
ClientSessionImpl
The default implementation of a
ClientSession |
| Modifier and Type | Method and Description |
|---|---|
AbstractSession |
AbstractDHKeyExchange.getSession() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnectionService<S extends AbstractSession>
Base implementation of ConnectionService.
|
class |
AbstractSessionFactory<M extends FactoryManager,S extends AbstractSession>
An abstract base factory of sessions.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractSession |
AbstractSessionIoHandler.createSession(IoSession ioSession) |
static AbstractSession |
AbstractSession.getSession(IoSession ioSession)
Retrieve the session from the MINA session.
|
static AbstractSession |
AbstractSession.getSession(IoSession ioSession,
boolean allowNull)
Retrieve the session from the MINA session.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractSession.attachSession(IoSession ioSession,
AbstractSession session)
Attach a session to the MINA session
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractSession> |
SshServer.getActiveSessions()
Obtain the list of active sessions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerSession
Provides default implementations for
ServerSession related methods |
class |
ServerSessionImpl
The default implementation for a
ServerSession |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.