| Class | Description |
|---|---|
| AbstractConnectionService<S extends AbstractSession> |
Base implementation of ConnectionService.
|
| AbstractConnectionServiceRequestHandler | |
| AbstractSession |
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication,
encoding and decoding.
|
| AbstractSessionFactory<M extends FactoryManager,S extends AbstractSession> |
An abstract base factory of sessions.
|
| AbstractSessionIoHandler |
TODO Add javadoc
|
| PendingWriteFuture |
Future holding a packet pending key exchange termination.
|
| ReservedSessionMessagesHandlerAdapter |
Delegates the main interface methods to specific ones after having
decoded each message buffer
|
| SessionTimeoutListener |
Task that iterates over all currently open
AbstractSessions and checks each of them for timeouts. |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.