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
Methods in org.apache.sshd.client.channel with parameters of type SshFutureListener Modifier and Type Method Description void
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 SshFutureListener Modifier and Type Method Description void
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 SshFutureListener Modifier and Type Method Description void
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 SshFutureListener Modifier and Type Class Description class
GlobalRequestFuture
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 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 T
DefaultSshFuture. addListener(SshFutureListener<T> listener)
T
SshFuture. addListener(SshFutureListener<T> listener)
Adds an event listener which is notified when this future is completed.protected void
AbstractSshFuture. notifyListener(SshFutureListener<T> l)
T
DefaultSshFuture. removeListener(SshFutureListener<T> listener)
T
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 SshFutureListener Modifier and Type Class Description class
PendingWriteFuture
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 SshFutureListener Modifier and Type Method Description void
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 SshFutureListener Modifier and Type Method Description void
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 SshFutureListener Modifier and Type Method Description void
ChannelSession.CommandCloseable. addCloseFutureListener(SshFutureListener<CloseFuture> listener)
void
ChannelSession.CommandCloseable. removeCloseFutureListener(SshFutureListener<CloseFuture> listener)
-