Uses of Interface
org.apache.sshd.common.future.HasException
Packages that use HasException
Package
Description
-
Uses of HasException in org.apache.sshd.client.future
Subinterfaces of HasException in org.apache.sshd.client.futureModifier and TypeInterfaceDescriptioninterface
AnSshFuture
for asynchronous authentication requests.interface
AnSshFuture
for asynchronous connections requests.interface
AnSshFuture
for asynchronous channel opening requests.Classes in org.apache.sshd.client.future that implement HasExceptionModifier and TypeClassDescriptionclass
A default implementation ofAuthFuture
.class
A default implementation ofConnectFuture
.class
A default implementation ofOpenFuture
. -
Uses of HasException in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement HasExceptionModifier and TypeClassDescriptionprotected static class
Marker type to avoid repeated buffering inChannelAsyncOutputStream.writePacket(IoWriteFutureImpl, boolean)
.class
protected static class
-
Uses of HasException in org.apache.sshd.common.future
Subinterfaces of HasException in org.apache.sshd.common.futureModifier and TypeInterfaceDescriptioninterface
Some operation that can be cancelled.interface
Something that may carry a failure exception.Classes in org.apache.sshd.common.future that implement HasExceptionModifier and TypeClassDescriptionclass
DefaultCancellableSshFuture<T extends SshFuture<T>>
A defaultCancellable
future implementation.class
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.ioClasses in org.apache.sshd.common.io that implement HasException -
Uses of HasException in org.apache.sshd.common.io.nio2
Classes in org.apache.sshd.common.io.nio2 that implement HasException -
Uses of HasException in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement HasExceptionModifier and TypeClassDescriptionclass
Future holding a packet pending key exchange termination.Methods in org.apache.sshd.common.session.helpers with parameters of type HasExceptionModifier and TypeMethodDescriptionprotected void
AbstractConnectionService.futureDone
(HasException future)