Uses of Interface
org.apache.sshd.common.future.WithException
-
Packages that use WithException Package Description org.apache.sshd.client.future org.apache.sshd.common.future org.apache.sshd.common.io -
-
Uses of WithException in org.apache.sshd.client.future
Subinterfaces of WithException in org.apache.sshd.client.future Modifier and Type Interface Description interface
AuthFuture
AnSshFuture
for asynchronous authentication requests.interface
ConnectFuture
AnSshFuture
for asynchronous connections requests.interface
OpenFuture
AnSshFuture
for asynchronous channel opening requests.Classes in org.apache.sshd.client.future that implement WithException Modifier and Type Class Description class
DefaultAuthFuture
A default implementation ofAuthFuture
.class
DefaultConnectFuture
A default implementation ofConnectFuture
.class
DefaultOpenFuture
A default implementation ofOpenFuture
. -
Uses of WithException in org.apache.sshd.common.future
Subinterfaces of WithException in org.apache.sshd.common.future Modifier and Type Interface Description interface
Cancellable
Some operation that can be cancelled.Classes in org.apache.sshd.common.future that implement WithException Modifier and Type Class Description class
DefaultCancellableSshFuture<T extends SshFuture<T>>
A defaultCancellable
future implementation. -
Uses of WithException in org.apache.sshd.common.io
Subinterfaces of WithException in org.apache.sshd.common.io Modifier and Type Interface Description interface
IoConnectFuture
Classes in org.apache.sshd.common.io that implement WithException Modifier and Type Class Description class
DefaultIoConnectFuture
A default implementation of anIoConnectFuture
.
-