| Package | Description |
|---|---|
| org.apache.sshd.common.future | |
| org.apache.sshd.common.io | |
| org.apache.sshd.common.util.closeable |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSshFuture<T extends SshFuture> |
class |
DefaultSshFuture<T extends SshFuture>
A default implementation of
SshFuture. |
class |
DefaultVerifiableSshFuture<T extends SshFuture> |
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).
|
interface |
SshFutureListener<T extends SshFuture>
Something interested in being notified when the completion of an asynchronous SSH operation :
SshFuture. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CloseFuture
An
SshFuture for asynchronous close requests. |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
FuturesCloseable<T extends SshFuture> |
| Modifier and Type | Method and Description |
|---|---|
<T extends SshFuture> |
Builder.when(Object id,
Iterable<? extends SshFuture<T>> futures) |
<T extends SshFuture> |
Builder.when(SshFuture<T>... futures) |
<T extends SshFuture> |
Builder.when(SshFuture<T> future) |
| Modifier and Type | Method and Description |
|---|---|
<T extends SshFuture> |
Builder.when(SshFuture<T>... futures) |
<T extends SshFuture> |
Builder.when(SshFuture<T> future) |
| Modifier and Type | Method and Description |
|---|---|
<T extends SshFuture> |
Builder.when(Object id,
Iterable<? extends SshFuture<T>> futures) |
| Constructor and Description |
|---|
FuturesCloseable(Object id,
Object lock,
Iterable<? extends SshFuture<T>> futures) |
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.