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(org.apache.mina.core.session.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) |
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionImpl
TODO Add javadoc
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractSession |
AbstractSessionIoHandler.createSession(org.apache.mina.core.session.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(org.apache.mina.core.session.IoSession ioSession) |
protected abstract AbstractSession |
AbstractSessionFactory.doCreateSession(org.apache.mina.core.session.IoSession ioSession) |
static AbstractSession |
AbstractSession.getSession(org.apache.mina.core.session.IoSession ioSession)
Retrieve the session from the MINA session.
|
static AbstractSession |
AbstractSession.getSession(org.apache.mina.core.session.IoSession ioSession,
boolean allowNull)
Retrieve the session from the MINA session.
|
Modifier and Type | Method and Description |
---|---|
static void |
AbstractSession.attachSession(org.apache.mina.core.session.IoSession ioSession,
AbstractSession session)
Attach a session to the MINA session
|
Modifier and Type | Method and Description |
---|---|
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: handle key re-exchange
key re-exchange should be performed after each gigabyte of transferred data
or one hour time connection (see RFC4253, section 9)
TODO: better use of SSH_MSG_DISCONNECT and disconnect error codes
TODO Add javadoc
|
Modifier and Type | Method and Description |
---|---|
protected AbstractSession |
SessionFactory.doCreateSession(org.apache.mina.core.session.IoSession ioSession) |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.