Package | Description |
---|---|
org.apache.sshd.client.future | |
org.apache.sshd.common.future |
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 |
---|---|
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 . |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.