Uses of Interface
org.apache.sshd.common.future.SshFutureListener
Packages that use SshFutureListener
Package
Description
-
Uses of SshFutureListener in org.apache.sshd.client
Methods in org.apache.sshd.client that return SshFutureListenerModifier and TypeMethodDescriptionprotected SshFutureListener<IoConnectFuture>
SshClient.createConnectCompletionListener
(ConnectFuture connectFuture, String username, SocketAddress address, KeyIdentityProvider identities, HostConfigEntry hostConfig) -
Uses of SshFutureListener in org.apache.sshd.client.channel
Methods in org.apache.sshd.client.channel with parameters of type SshFutureListenerModifier and TypeMethodDescriptionvoid
AbstractClientChannel.NullIoInputStream.addCloseFutureListener
(SshFutureListener<CloseFuture> listener) void
AbstractClientChannel.NullIoInputStream.removeCloseFutureListener
(SshFutureListener<CloseFuture> listener) -
Uses of SshFutureListener in org.apache.sshd.common
Methods in org.apache.sshd.common with parameters of type SshFutureListenerModifier and TypeMethodDescriptionvoid
Closeable.addCloseFutureListener
(SshFutureListener<CloseFuture> listener) Pre-register a listener to be informed when resource is closed.void
Closeable.removeCloseFutureListener
(SshFutureListener<CloseFuture> listener) Remove a pre-registered close event listener -
Uses of SshFutureListener in org.apache.sshd.common.channel
Methods in org.apache.sshd.common.channel with parameters of type SshFutureListenerModifier and TypeMethodDescriptionvoid
AbstractChannel.GracefulChannelCloseable.addCloseFutureListener
(SshFutureListener<CloseFuture> listener) void
AbstractChannel.GracefulChannelCloseable.removeCloseFutureListener
(SshFutureListener<CloseFuture> listener) -
Uses of SshFutureListener in org.apache.sshd.common.future
Classes in org.apache.sshd.common.future that implement SshFutureListenerModifier and TypeClassDescriptionclass
ADefaultSshFuture
that can be used to wait for the reply of an SSH_MSG_GLOBAL_REQUEST sent withwant-reply = true
.Methods in org.apache.sshd.common.future that return SshFutureListenerModifier and TypeMethodDescriptionprotected SshFutureListener<T>
AbstractSshFuture.asListener
(Object o) Methods in org.apache.sshd.common.future with parameters of type SshFutureListenerModifier and TypeMethodDescriptionDefaultSshFuture.addListener
(SshFutureListener<T> listener) SshFuture.addListener
(SshFutureListener<T> listener) Adds an event listener which is notified when this future is completed.protected void
AbstractSshFuture.notifyListener
(SshFutureListener<T> l) DefaultSshFuture.removeListener
(SshFutureListener<T> listener) SshFuture.removeListener
(SshFutureListener<T> listener) Removes an existing event listener so it won't be notified when the future is completed. -
Uses of SshFutureListener in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement SshFutureListenerModifier and TypeClassDescriptionclass
Future holding a packet pending key exchange termination. -
Uses of SshFutureListener in org.apache.sshd.common.util.closeable
Methods in org.apache.sshd.common.util.closeable with parameters of type SshFutureListenerModifier and TypeMethodDescriptionvoid
AbstractCloseable.addCloseFutureListener
(SshFutureListener<CloseFuture> listener) void
SimpleCloseable.addCloseFutureListener
(SshFutureListener<CloseFuture> listener) void
AbstractCloseable.removeCloseFutureListener
(SshFutureListener<CloseFuture> listener) void
SimpleCloseable.removeCloseFutureListener
(SshFutureListener<CloseFuture> listener) -
Uses of SshFutureListener in org.apache.sshd.common.util.threads
Methods in org.apache.sshd.common.util.threads with parameters of type SshFutureListenerModifier and TypeMethodDescriptionvoid
NoCloseExecutor.addCloseFutureListener
(SshFutureListener<CloseFuture> listener) void
SshThreadPoolExecutor.addCloseFutureListener
(SshFutureListener<CloseFuture> listener) void
NoCloseExecutor.removeCloseFutureListener
(SshFutureListener<CloseFuture> listener) void
SshThreadPoolExecutor.removeCloseFutureListener
(SshFutureListener<CloseFuture> listener) -
Uses of SshFutureListener in org.apache.sshd.server.channel
Methods in org.apache.sshd.server.channel with parameters of type SshFutureListenerModifier and TypeMethodDescriptionvoid
ChannelSession.CommandCloseable.addCloseFutureListener
(SshFutureListener<CloseFuture> listener) void
ChannelSession.CommandCloseable.removeCloseFutureListener
(SshFutureListener<CloseFuture> listener)