Interface | Description |
---|---|
CloseFuture |
An
SshFuture for asynchronous close requests. |
GlobalRequestFuture.ReplyHandler |
A
ReplyHandler is invoked asynchronously when the reply for a request with want-reply = true is
received. |
KeyExchangeFuture | |
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 . |
VerifiableFuture<T> |
Represents an asynchronous operation whose successful result can be verified somehow.
|
WaitableFuture |
Represents an asynchronous operation which one can wait for its completion.
|
Class | Description |
---|---|
AbstractSshFuture<T extends SshFuture> | |
DefaultCloseFuture |
A default implementation of
CloseFuture . |
DefaultKeyExchangeFuture | |
DefaultSshFuture<T extends SshFuture> |
A default implementation of
SshFuture . |
DefaultVerifiableSshFuture<T extends SshFuture> | |
GlobalRequestFuture |
A
DefaultSshFuture that can be used to wait for the reply of an SSH_MSG_GLOBAL_REQUEST sent with
want-reply = true . |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.