Uses of Interface
org.apache.sshd.common.future.HasException
-
-
Uses of HasException in org.apache.sshd.client.future
Subinterfaces of HasException 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 HasException Modifier and Type Class Description classDefaultAuthFutureA default implementation ofAuthFuture.classDefaultConnectFutureA default implementation ofConnectFuture.classDefaultOpenFutureA default implementation ofOpenFuture. -
Uses of HasException in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement HasException Modifier and Type Class Description protected static classChannelAsyncOutputStream.BufferedFutureMarker type to avoid repeated buffering inChannelAsyncOutputStream.writePacket(IoWriteFutureImpl, boolean).classIoWriteFutureImplprotected static classSimpleIoOutputStream.DefaultIoWriteFuture -
Uses of HasException in org.apache.sshd.common.future
Subinterfaces of HasException in org.apache.sshd.common.future Modifier and Type Interface Description interfaceCancellableSome operation that can be cancelled.interfaceWithExceptionSomething that may carry a failure exception.Classes in org.apache.sshd.common.future that implement HasException Modifier and Type Class Description classDefaultCancellableSshFuture<T extends SshFuture<T>>A defaultCancellablefuture implementation.classGlobalRequestFutureADefaultSshFuturethat can be used to wait for the reply of an SSH_MSG_GLOBAL_REQUEST sent withwant-reply = true. -
Uses of HasException in org.apache.sshd.common.io
Subinterfaces of HasException in org.apache.sshd.common.io Modifier and Type Interface Description interfaceIoConnectFutureinterfaceIoWriteFutureClasses in org.apache.sshd.common.io that implement HasException Modifier and Type Class Description classAbstractIoWriteFutureclassDefaultIoConnectFutureA default implementation of anIoConnectFuture. -
Uses of HasException in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement HasException Modifier and Type Class Description classNio2DefaultIoWriteFuture -
Uses of HasException in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement HasException Modifier and Type Class Description classPendingWriteFutureFuture holding a packet pending key exchange termination.Methods in org.apache.sshd.common.session.helpers with parameters of type HasException Modifier and Type Method Description protected voidAbstractConnectionService. futureDone(HasException future)
-