| Interface | Description |
|---|---|
| ConnectionService |
Interface implementing ssh-connection service.
|
| ConnectionServiceRequestHandler | |
| Session |
Represents an SSH session
|
| SessionListener |
Represents an interface receiving session events.
|
| Class | Description |
|---|---|
| AbstractConnectionService |
Base implementation of ConnectionService.
|
| AbstractSession |
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication,
encoding and decoding.
|
| AbstractSessionFactory |
An abstract base factory of sessions.
|
| AbstractSessionIoHandler |
TODO Add javadoc
|
| PendingWriteFuture |
Future holding a packet pending key exchange termination.
|
| Session.AttributeKey<T> |
Type safe key for storage within the user attributes of
AbstractSession. |
| SessionTimeoutListener |
Task that iterates over all currently open
AbstractSessions and checks each of them for timeouts. |
| Enum | Description |
|---|---|
| Session.TimeoutStatus |
Timeout status.
|
| SessionListener.Event |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.