| Package | Description |
|---|---|
| org.apache.sshd.common.future | |
| org.apache.sshd.common.io |
| 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> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IoConnectFuture |
interface |
IoReadFuture |
interface |
IoWriteFuture |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIoWriteFuture |
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.