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 | Method and Description |
---|---|
SshFuture |
Session.reExchangeKeys()
Initiate a new key exchange.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSshFuture<T extends SshFuture>
A default implementation of
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 |
DefaultCloseFuture
A default implementation of
CloseFuture . |
class |
DefaultSshFuture<T extends SshFuture>
A default implementation of
SshFuture . |
Modifier and Type | Interface and Description |
---|---|
interface |
IoConnectFuture |
interface |
IoWriteFuture |
Modifier and Type | Method and Description |
---|---|
protected SshFuture |
Nio2Session.doCloseGracefully() |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractSession.PendingWriteFuture
Future holding a packet pending key exchange termination.
|
Modifier and Type | Method and Description |
---|---|
SshFuture |
AbstractSession.reExchangeKeys()
Initiate a new key exchange.
|
Modifier and Type | Method and Description |
---|---|
protected SshFuture |
CloseableUtils.AbstractCloseable.doCloseGracefully() |
protected SshFuture |
CloseableUtils.AbstractInnerCloseable.doCloseGracefully() |
static SshFuture |
CloseableUtils.parallel(SshFuture... futures) |
Modifier and Type | Method and Description |
---|---|
static SshFuture |
CloseableUtils.parallel(SshFuture... futures) |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.