Modifier and Type | Interface and Description |
---|---|
interface |
AuthFuture
An
SshFuture for asynchronous authentication requests. |
interface |
ConnectFuture
An
SshFuture for asynchronous connections requests. |
interface |
OpenFuture
An
SshFuture for asynchronous channel opening requests. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAuthFuture
A default implementation of
AuthFuture . |
class |
DefaultConnectFuture
A default implementation of
ConnectFuture . |
class |
DefaultOpenFuture
A default implementation of
OpenFuture . |
Modifier and Type | Class and Description |
---|---|
static class |
ChannelAsyncInputStream.IoReadFutureImpl |
protected static class |
ChannelAsyncOutputStream.BufferedFuture
Marker type to avoid repeated buffering in
ChannelAsyncOutputStream.writePacket(IoWriteFutureImpl, boolean) . |
class |
IoWriteFutureImpl |
protected static class |
SimpleIoOutputStream.DefaultIoWriteFuture |
Modifier and Type | Interface and Description |
---|---|
interface |
CloseFuture
An
SshFuture for asynchronous close requests. |
interface |
KeyExchangeFuture |
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 |
DefaultKeyExchangeFuture |
class |
DefaultSshFuture<T extends SshFuture>
A default implementation of
SshFuture . |
class |
DefaultVerifiableSshFuture<T extends SshFuture> |
class |
GlobalRequestFuture
A
DefaultSshFuture that can be used to wait for the reply of an SSH_MSG_GLOBAL_REQUEST sent with
want-reply = true . |
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 |
---|---|
static class |
Nio2Connector.DefaultIoConnectFuture |
class |
Nio2DefaultIoWriteFuture |
Modifier and Type | Class and Description |
---|---|
class |
PendingWriteFuture
Future holding a packet pending key exchange termination.
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.