|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SshFuture | |
---|---|
org.apache.sshd.client.future | |
org.apache.sshd.common.future |
Uses of SshFuture in org.apache.sshd.client.future |
---|
Subinterfaces of SshFuture in org.apache.sshd.client.future | |
---|---|
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. |
Classes in org.apache.sshd.client.future that implement SshFuture | |
---|---|
class |
DefaultAuthFuture
A default implementation of AuthFuture . |
class |
DefaultConnectFuture
A default implementation of ConnectFuture . |
class |
DefaultOpenFuture
A default implementation of OpenFuture . |
Uses of SshFuture in org.apache.sshd.common.future |
---|
Classes in org.apache.sshd.common.future with type parameters of type SshFuture | |
---|---|
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 . |
Subinterfaces of SshFuture in org.apache.sshd.common.future | |
---|---|
interface |
CloseFuture
An SshFuture for asynchronous close requests. |
Classes in org.apache.sshd.common.future that implement SshFuture | |
---|---|
class |
DefaultCloseFuture
A default implementation of CloseFuture . |
class |
DefaultSshFuture<T extends SshFuture>
A default implementation of SshFuture . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |