Interface | Description |
---|---|
ConnectionService |
Interface implementing ssh-connection service.
|
Class | Description |
---|---|
AbstractConnectionService |
Base implementation of ConnectionService.
|
AbstractSession |
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication,
encoding and decoding.
|
AbstractSession.PendingWriteFuture |
Future holding a packet pending key exchange termination.
|
AbstractSessionFactory |
An abstract base factory of sessions.
|
SessionTimeoutListener |
Task that iterates over all currently open
AbstractSession s and checks each of them for timeouts. |
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.