Interface | Description |
---|---|
CloseFuture |
An
SshFuture for asynchronous close requests. |
SshFuture<T extends SshFuture> |
Represents the completion of an asynchronous SSH operation on a given object
(it may be an SSH session or an SSH channel).
|
SshFutureListener<T extends SshFuture> |
Something interested in being notified when the completion
of an asynchronous SSH operation :
SshFuture . |
Class | Description |
---|---|
DefaultCloseFuture |
A default implementation of
CloseFuture . |
DefaultSshFuture<T extends SshFuture> |
A default implementation of
SshFuture . |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.