| Package | Description |
|---|---|
| org.apache.sshd.common.future |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CloseFuture
An
SshFuture for asynchronous close requests. |
interface |
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).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSshFuture<T extends SshFuture> |
class |
DefaultCloseFuture
A default implementation of
CloseFuture. |
class |
DefaultSshFuture<T extends SshFuture>
A default implementation of
SshFuture. |
class |
DefaultVerifiableSshFuture<T extends SshFuture> |
Copyright © 2018–2019 The Apache Software Foundation. All rights reserved.