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 interfaceAuthFutureAnSshFuturefor asynchronous authentication requests.interfaceConnectFutureAnSshFuturefor asynchronous connections requests.interfaceOpenFutureAnSshFuturefor asynchronous channel opening requests.Classes in org.apache.sshd.client.future that implement WithException Modifier and Type Class Description classDefaultAuthFutureA default implementation ofAuthFuture.classDefaultConnectFutureA default implementation ofConnectFuture.classDefaultOpenFutureA 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 interfaceCancellableSome operation that can be cancelled.Classes in org.apache.sshd.common.future that implement WithException Modifier and Type Class Description classDefaultCancellableSshFuture<T extends SshFuture<T>>A defaultCancellablefuture implementation. -
Uses of WithException in org.apache.sshd.common.io
Subinterfaces of WithException in org.apache.sshd.common.io Modifier and Type Interface Description interfaceIoConnectFutureClasses in org.apache.sshd.common.io that implement WithException Modifier and Type Class Description classDefaultIoConnectFutureA default implementation of anIoConnectFuture.
-