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.kex | |
org.apache.sshd.client.session | |
org.apache.sshd.common | |
org.apache.sshd.common.session | |
org.apache.sshd.server.kex | |
org.apache.sshd.server.session |
Modifier and Type | Method and Description |
---|---|
List<AbstractSession> |
SshServer.getActiveSessions()
Obtain the list of active sessions.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractSession |
SessionFactory.doCreateSession(IoSession ioSession) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDHGClient.init(AbstractSession s,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C) |
void |
DHGEX.init(AbstractSession s,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C) |
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionImpl
TODO Add javadoc
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractSession |
AbstractSessionIoHandler.createSession(IoSession ioSession) |
Modifier and Type | Method and Description |
---|---|
void |
KeyExchange.init(AbstractSession session,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C)
Initialize the key exchange algorithm.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractSession |
AbstractSessionFactory.createSession(IoSession ioSession) |
protected abstract AbstractSession |
AbstractSessionFactory.doCreateSession(IoSession ioSession) |
AbstractSession |
AbstractConnectionService.getSession() |
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 |
---|---|
void |
DHGEX.init(AbstractSession s,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C) |
void |
AbstractDHGServer.init(AbstractSession s,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C) |
Modifier and Type | Class and Description |
---|---|
class |
ServerSession
TODO Add javadoc
|
Modifier and Type | Method and Description |
---|---|
protected AbstractSession |
SessionFactory.doCreateSession(IoSession ioSession) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.