| Modifier and Type | Method and Description |
|---|---|
protected AbstractSession |
SessionFactory.doCreateSession(IoSession ioSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
DHGEXClient.init(AbstractSession s,
byte[] v_s,
byte[] v_c,
byte[] i_s,
byte[] i_c) |
void |
DHGClient.init(AbstractSession s,
byte[] v_s,
byte[] v_c,
byte[] i_s,
byte[] i_c) |
void |
AbstractDHClientKeyExchange.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 |
|---|---|
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 | Field and Description |
|---|---|
protected AbstractSession |
AbstractDHKeyExchange.session |
| Modifier and Type | Method and Description |
|---|---|
AbstractSession |
AbstractDHKeyExchange.getSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDHKeyExchange.init(AbstractSession s,
byte[] v_s,
byte[] v_c,
byte[] i_s,
byte[] i_c) |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractSession |
AbstractConnectionService.session |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractSession |
AbstractSessionIoHandler.createSession(IoSession ioSession) |
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 |
|---|---|
List<AbstractSession> |
SshServer.getActiveSessions()
Obtain the list of active sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DHGServer.init(AbstractSession s,
byte[] v_s,
byte[] v_c,
byte[] i_s,
byte[] i_c) |
void |
DHGEXServer.init(AbstractSession s,
byte[] v_s,
byte[] v_c,
byte[] i_s,
byte[] i_c) |
void |
AbstractDHServerKeyExchange.init(AbstractSession s,
byte[] v_s,
byte[] v_c,
byte[] i_s,
byte[] i_c) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerSessionImpl
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.