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 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 HasException 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 HasException in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement HasException Modifier and Type Class Description protected static class
ChannelAsyncOutputStream.BufferedFuture
Marker type to avoid repeated buffering inChannelAsyncOutputStream.writePacket(IoWriteFutureImpl, boolean)
.class
IoWriteFutureImpl
protected static class
SimpleIoOutputStream.DefaultIoWriteFuture
-
Uses of HasException in org.apache.sshd.common.future
Subinterfaces of HasException in org.apache.sshd.common.future Modifier and Type Interface Description interface
Cancellable
Some operation that can be cancelled.interface
WithException
Something that may carry a failure exception.Classes in org.apache.sshd.common.future that implement HasException Modifier and Type Class Description class
DefaultCancellableSshFuture<T extends SshFuture<T>>
A defaultCancellable
future implementation.class
GlobalRequestFuture
ADefaultSshFuture
that 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 interface
IoConnectFuture
interface
IoWriteFuture
Classes in org.apache.sshd.common.io that implement HasException Modifier and Type Class Description class
AbstractIoWriteFuture
class
DefaultIoConnectFuture
A 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 class
Nio2DefaultIoWriteFuture
-
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 class
PendingWriteFuture
Future 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 void
AbstractConnectionService. futureDone(HasException future)
-