Uses of Interface
org.apache.sshd.common.future.WithException
-
Packages that use WithException Package Description org.apache.sshd.common.future org.apache.sshd.common.io -
-
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.
-