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 |
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) |
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 |
protected AgentForwardSupport |
AbstractConnectionService.createAgentForwardSupport(AbstractSession session) |
protected ForwardingFilter |
AbstractConnectionService.createForwardingFilter(AbstractSession session) |
protected X11ForwardSupport |
AbstractConnectionService.createX11ForwardSupport(AbstractSession session) |
Constructor and Description |
---|
AbstractConnectionService(AbstractSession 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–2022 The Apache Software Foundation. All rights reserved.