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 TypeInterfaceDescriptioninterfaceAnSshFuturefor asynchronous authentication requests.interfaceAnSshFuturefor asynchronous connections requests.interfaceAnSshFuturefor asynchronous channel opening requests.Classes in org.apache.sshd.client.future that implement HasExceptionModifier and TypeClassDescriptionclassA default implementation ofAuthFuture.classA default implementation ofConnectFuture.classA 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 classMarker type to avoid repeated buffering inChannelAsyncOutputStream.writePacket(IoWriteFutureImpl, boolean).classprotected static class -
Uses of HasException in org.apache.sshd.common.future
Subinterfaces of HasException in org.apache.sshd.common.futureModifier and TypeInterfaceDescriptioninterfaceSome operation that can be cancelled.interfaceSomething that may carry a failure exception.Classes in org.apache.sshd.common.future that implement HasExceptionModifier and TypeClassDescriptionclassDefaultCancellableSshFuture<T extends SshFuture<T>>A defaultCancellablefuture implementation.classADefaultSshFuturethat 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 TypeClassDescriptionclassFuture holding a packet pending key exchange termination.Methods in org.apache.sshd.common.session.helpers with parameters of type HasExceptionModifier and TypeMethodDescriptionprotected voidAbstractConnectionService.futureDone(HasException future)