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 TypeMethodDescriptionvoidAbstractClientChannel.NullIoInputStream.addCloseFutureListener(SshFutureListener<CloseFuture> listener) voidAbstractClientChannel.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 TypeMethodDescriptionvoidCloseable.addCloseFutureListener(SshFutureListener<CloseFuture> listener) Pre-register a listener to be informed when resource is closed.voidCloseable.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 TypeMethodDescriptionvoidAbstractChannel.GracefulChannelCloseable.addCloseFutureListener(SshFutureListener<CloseFuture> listener) voidAbstractChannel.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 TypeClassDescriptionclassADefaultSshFuturethat 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 voidAbstractSshFuture.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 TypeClassDescriptionclassFuture 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 TypeMethodDescriptionvoidAbstractCloseable.addCloseFutureListener(SshFutureListener<CloseFuture> listener) voidSimpleCloseable.addCloseFutureListener(SshFutureListener<CloseFuture> listener) voidAbstractCloseable.removeCloseFutureListener(SshFutureListener<CloseFuture> listener) voidSimpleCloseable.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 TypeMethodDescriptionvoidNoCloseExecutor.addCloseFutureListener(SshFutureListener<CloseFuture> listener) voidSshThreadPoolExecutor.addCloseFutureListener(SshFutureListener<CloseFuture> listener) voidNoCloseExecutor.removeCloseFutureListener(SshFutureListener<CloseFuture> listener) voidSshThreadPoolExecutor.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 TypeMethodDescriptionvoidChannelSession.CommandCloseable.addCloseFutureListener(SshFutureListener<CloseFuture> listener) voidChannelSession.CommandCloseable.removeCloseFutureListener(SshFutureListener<CloseFuture> listener)