Package org.apache.sshd.common.future
package org.apache.sshd.common.future
-
ClassDescriptionAbstractSshFuture<T extends SshFuture<T>>Cancellations may not always be effective immediately.Some operation that can be cancelled.A
CancelOption
defines whether aCancellable
future that is waited upon shall be cancelled if waiting times out or is interrupted.AnSshFuture
for asynchronous close requests.A default implementation of aCancelFuture
.DefaultCancellableSshFuture<T extends SshFuture<T>>A defaultCancellable
future implementation.A default implementation ofCloseFuture
.DefaultSshFuture<T extends SshFuture<T>>A default implementation ofSshFuture
.DefaultVerifiableSshFuture<T extends SshFuture<T>>ADefaultSshFuture
that can be used to wait for the reply of an SSH_MSG_GLOBAL_REQUEST sent withwant-reply = true
.AReplyHandler
is invoked asynchronously when the reply for a request withwant-reply = true
is received.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
.Represents an asynchronous operation whose successful result can be verified somehow.Represents an asynchronous operation which one can wait for its completion.Something that may carry a failure exception.