Package | Description |
---|---|
org.apache.sshd.client.session | |
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 | Class and Description |
---|---|
class |
AbstractSessionFactory<M extends FactoryManager,S extends AbstractSession>
An abstract base factory of sessions.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractSession |
KeyExchangeMessageHandler.session
The
AbstractSession this KeyExchangeMessageHandler belongs to. |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractSession |
AbstractSessionIoHandler.createSession(IoSession ioSession) |
AbstractSession |
AbstractConnectionService.getSession() |
static AbstractSession |
AbstractSession.getSession(IoSession ioSession)
Retrieve the SSH session from the I/O session.
|
static AbstractSession |
AbstractSession.getSession(IoSession ioSession,
boolean allowNull)
Retrieve the session SSH from the I/O session.
|
Modifier and Type | Method and Description |
---|---|
static void |
AbstractSession.attachSession(IoSession ioSession,
AbstractSession session)
Attach an SSH
AbstractSession to the I/O session |
Constructor and Description |
---|
AbstractConnectionService(AbstractSession session) |
KeyExchangeMessageHandler(AbstractSession session,
org.slf4j.Logger log)
|
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–2024 The Apache Software Foundation. All rights reserved.