Uses of Interface
org.apache.sshd.common.future.CloseFuture
-
-
Uses of CloseFuture in org.apache.sshd.client.channel
Fields in org.apache.sshd.client.channel declared as CloseFuture Modifier and Type Field Description private CloseFutureAbstractClientChannel.NullIoInputStream. closingMethods in org.apache.sshd.client.channel that return CloseFuture Modifier and Type Method Description CloseFutureAbstractClientChannel.NullIoInputStream. close(boolean immediately)Method parameters in org.apache.sshd.client.channel with type arguments of type CloseFuture Modifier and Type Method Description voidAbstractClientChannel.NullIoInputStream. addCloseFutureListener(SshFutureListener<CloseFuture> listener)voidAbstractClientChannel.NullIoInputStream. removeCloseFutureListener(SshFutureListener<CloseFuture> listener) -
Uses of CloseFuture in org.apache.sshd.common
Methods in org.apache.sshd.common that return CloseFuture Modifier and Type Method Description CloseFutureCloseable. 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 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 CloseFuture in org.apache.sshd.common.channel
Methods in org.apache.sshd.common.channel that return CloseFuture Modifier and Type Method Description CloseFutureAbstractChannel.GracefulChannelCloseable. close(boolean immediately)protected CloseFutureChannelAsyncInputStream. doCloseGracefully()protected CloseFutureChannelAsyncOutputStream. doCloseGracefully()Method parameters in org.apache.sshd.common.channel with type arguments of type CloseFuture Modifier and Type Method Description voidAbstractChannel.GracefulChannelCloseable. addCloseFutureListener(SshFutureListener<CloseFuture> listener)voidAbstractChannel.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 classDefaultCloseFutureA default implementation ofCloseFuture. -
Uses of CloseFuture in org.apache.sshd.common.io
Methods in org.apache.sshd.common.io that return CloseFuture Modifier and Type Method Description CloseFutureIoSession. close(boolean immediately)Closes this session immediately or after all queued write requests are flushed. -
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 CloseFutureNio2Session. 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 CloseFutureAbstractCloseable. closeFutureA 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 CloseFutureAbstractCloseable. close(boolean immediately)CloseFutureSimpleCloseable. close(boolean immediately)protected CloseFutureAbstractCloseable. doCloseGracefully()protected CloseFutureAbstractInnerCloseable. doCloseGracefully()Method parameters in org.apache.sshd.common.util.closeable with type arguments of type CloseFuture 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 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 CloseFutureNoCloseExecutor. closeFutureMethods in org.apache.sshd.common.util.threads that return CloseFuture Modifier and Type Method Description CloseFutureNoCloseExecutor. close(boolean immediately)CloseFutureSshThreadPoolExecutor. close(boolean immediately)protected CloseFutureSshThreadPoolExecutor.DelegateCloseable. doCloseGracefully()Method parameters in org.apache.sshd.common.util.threads with type arguments of type CloseFuture 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 CloseFuture in org.apache.sshd.server.channel
Fields in org.apache.sshd.server.channel declared as CloseFuture Modifier and Type Field Description protected CloseFutureChannelSession. commandExitFutureMethods in org.apache.sshd.server.channel that return CloseFuture Modifier and Type Method Description CloseFutureChannelSession.CommandCloseable. close(boolean immediately)Method parameters in org.apache.sshd.server.channel with type arguments of type CloseFuture Modifier and Type Method Description voidChannelSession.CommandCloseable. addCloseFutureListener(SshFutureListener<CloseFuture> listener)voidChannelSession.CommandCloseable. removeCloseFutureListener(SshFutureListener<CloseFuture> listener)
-