| AbstractConnectionService |
Base implementation of ConnectionService.
|
| AbstractConnectionServiceRequestHandler |
|
| AbstractSession |
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.
|
| AbstractSession.MessageCodingSettings |
Message encoding or decoding settings as determined at the end of a key exchange.
|
| AbstractSessionFactory<M extends FactoryManager,S extends AbstractSession> |
An abstract base factory of sessions.
|
| AbstractSessionIoHandler |
TODO Add javadoc
|
| CurrentService |
Holds the current SSH service for a Session.
|
| DefaultUnknownChannelReferenceHandler |
|
| KeyExchangeMessageHandler |
Manages SSH message sending during a key exchange.
|
| PendingWriteFuture |
Future holding a packet pending key exchange termination.
|
| ReservedSessionMessagesHandlerAdapter |
Delegates the main interface methods to specific ones after having decoded each message buffer
|
| SessionHelper |
|
| SessionTimeoutListener |
Task that iterates over all currently open Sessions and checks each of them for timeouts.
|