Uses of Interface
org.apache.sshd.common.future.CloseFuture
-
-
Uses of CloseFuture in org.apache.sshd.common
Methods in org.apache.sshd.common that return CloseFuture Modifier and Type Method Description CloseFuture
Closeable. close(boolean immediately)
Close this resource asynchronously and return a future.Method parameters in org.apache.sshd.common with type arguments of type CloseFuture 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 CloseFuture in org.apache.sshd.common.channel
Methods in org.apache.sshd.common.channel that return CloseFuture Modifier and Type Method Description CloseFuture
AbstractChannel.GracefulChannelCloseable. close(boolean immediately)
protected CloseFuture
ChannelAsyncInputStream. doCloseGracefully()
protected CloseFuture
ChannelAsyncOutputStream. doCloseGracefully()
Method parameters in org.apache.sshd.common.channel with type arguments of type CloseFuture Modifier and Type Method Description void
AbstractChannel.GracefulChannelCloseable. addCloseFutureListener(SshFutureListener<CloseFuture> listener)
void
AbstractChannel.GracefulChannelCloseable. removeCloseFutureListener(SshFutureListener<CloseFuture> listener)
-
Uses of CloseFuture in org.apache.sshd.common.future
Classes in org.apache.sshd.common.future that implement CloseFuture Modifier and Type Class Description class
DefaultCloseFuture
A default implementation ofCloseFuture
. -
Uses of CloseFuture in org.apache.sshd.common.io.nio2
Methods in org.apache.sshd.common.io.nio2 that return CloseFuture Modifier and Type Method Description protected CloseFuture
Nio2Session. doCloseGracefully()
-
Uses of CloseFuture in org.apache.sshd.common.util.closeable
Fields in org.apache.sshd.common.util.closeable declared as CloseFuture Modifier and Type Field Description protected CloseFuture
AbstractCloseable. closeFuture
A future that will be set 'closed' when the object is actually closedMethods in org.apache.sshd.common.util.closeable that return CloseFuture Modifier and Type Method Description CloseFuture
AbstractCloseable. close(boolean immediately)
CloseFuture
SimpleCloseable. close(boolean immediately)
protected CloseFuture
AbstractCloseable. doCloseGracefully()
protected CloseFuture
AbstractInnerCloseable. doCloseGracefully()
Method parameters in org.apache.sshd.common.util.closeable with type arguments of type CloseFuture 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 CloseFuture in org.apache.sshd.common.util.threads
Fields in org.apache.sshd.common.util.threads declared as CloseFuture Modifier and Type Field Description protected CloseFuture
NoCloseExecutor. closeFuture
Methods in org.apache.sshd.common.util.threads that return CloseFuture Modifier and Type Method Description CloseFuture
NoCloseExecutor. close(boolean immediately)
CloseFuture
SshThreadPoolExecutor. close(boolean immediately)
protected CloseFuture
SshThreadPoolExecutor.DelegateCloseable. doCloseGracefully()
Method parameters in org.apache.sshd.common.util.threads with type arguments of type CloseFuture 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 CloseFuture in org.apache.sshd.server.channel
Fields in org.apache.sshd.server.channel declared as CloseFuture Modifier and Type Field Description protected CloseFuture
ChannelSession. commandExitFuture
Methods in org.apache.sshd.server.channel that return CloseFuture Modifier and Type Method Description CloseFuture
ChannelSession.CommandCloseable. close(boolean immediately)
Method parameters in org.apache.sshd.server.channel with type arguments of type CloseFuture Modifier and Type Method Description void
ChannelSession.CommandCloseable. addCloseFutureListener(SshFutureListener<CloseFuture> listener)
void
ChannelSession.CommandCloseable. removeCloseFutureListener(SshFutureListener<CloseFuture> listener)
-