Uses of Interface
org.apache.sshd.common.future.SshFutureListener
-
-
Uses of SshFutureListener in org.apache.sshd.client
Methods in org.apache.sshd.client that return SshFutureListener Modifier and Type Method Description protected SshFutureListener<IoConnectFuture>SshClient. createConnectCompletionListener(ConnectFuture connectFuture, java.lang.String username, java.net.SocketAddress address, KeyIdentityProvider identities, HostConfigEntry hostConfig) -
Uses of SshFutureListener in org.apache.sshd.client.channel
Classes in org.apache.sshd.client.channel that implement SshFutureListener Modifier and Type Class Description classClientChannelPendingMessagesQueueThis is a specializedSshFutureListenerthat is used to enqueue data that is sent while the channel is being set-up, so that when it is established it will send them in the same order as they have been received. -
Uses of SshFutureListener in org.apache.sshd.common
Methods in org.apache.sshd.common with parameters of type SshFutureListener Modifier and Type Method Description voidCloseable. 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 SshFutureListener Modifier and Type Method Description voidAbstractChannel.GracefulChannelCloseable. addCloseFutureListener(SshFutureListener<CloseFuture> listener)voidAbstractChannel.GracefulChannelCloseable. removeCloseFutureListener(SshFutureListener<CloseFuture> listener) -
Uses of SshFutureListener in org.apache.sshd.common.future
Methods in org.apache.sshd.common.future that return SshFutureListener Modifier and Type Method Description protected SshFutureListener<T>AbstractSshFuture. asListener(java.lang.Object o)Methods in org.apache.sshd.common.future with parameters of type SshFutureListener Modifier and Type Method Description TDefaultSshFuture. addListener(SshFutureListener<T> listener)TSshFuture. addListener(SshFutureListener<T> listener)Adds an event listener which is notified when this future is completed.protected voidAbstractSshFuture. notifyListener(SshFutureListener<T> l)TDefaultSshFuture. removeListener(SshFutureListener<T> listener)TSshFuture. 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 SshFutureListener Modifier and Type Class Description classPendingWriteFutureFuture 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 SshFutureListener Modifier and Type Method Description voidAbstractCloseable. 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 SshFutureListener Modifier and Type Method Description voidNoCloseExecutor. 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 SshFutureListener Modifier and Type Method Description voidChannelSession.CommandCloseable. addCloseFutureListener(SshFutureListener<CloseFuture> listener)voidChannelSession.CommandCloseable. removeCloseFutureListener(SshFutureListener<CloseFuture> listener)
-