Uses of Interface
org.apache.sshd.common.future.CloseFuture
Packages that use CloseFuture
Package
Description
-
Uses of CloseFuture in org.apache.sshd.common
Methods in org.apache.sshd.common that return CloseFutureModifier and TypeMethodDescriptionCloseable.close(boolean immediately) Close this resource asynchronously and return a future.Method parameters in org.apache.sshd.common with type arguments of type CloseFutureModifier 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 CloseFuture in org.apache.sshd.common.future
Classes in org.apache.sshd.common.future that implement CloseFuture -
Uses of CloseFuture in org.apache.sshd.common.io
Methods in org.apache.sshd.common.io that return CloseFutureModifier and TypeMethodDescriptionIoSession.close(boolean immediately) Closes this session immediately or after all queued write requests are flushed. -
Uses of CloseFuture in org.apache.sshd.common.util.closeable
Fields in org.apache.sshd.common.util.closeable declared as CloseFutureModifier and TypeFieldDescriptionprotected final CloseFutureAbstractCloseable.closeFutureA future that will be set 'closed' when the object is actually closedMethods in org.apache.sshd.common.util.closeable that return CloseFutureModifier and TypeMethodDescriptionfinal CloseFutureAbstractCloseable.close(boolean immediately) SimpleCloseable.close(boolean immediately) protected CloseFutureAbstractCloseable.doCloseGracefully()protected final CloseFutureAbstractInnerCloseable.doCloseGracefully()Method parameters in org.apache.sshd.common.util.closeable with type arguments of type CloseFutureModifier and TypeMethodDescriptionvoidAbstractCloseable.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 CloseFutureMethods in org.apache.sshd.common.util.threads that return CloseFutureModifier and TypeMethodDescriptionNoCloseExecutor.close(boolean immediately) SshThreadPoolExecutor.close(boolean immediately) protected CloseFutureSshThreadPoolExecutor.DelegateCloseable.doCloseGracefully()Method parameters in org.apache.sshd.common.util.threads with type arguments of type CloseFutureModifier and TypeMethodDescriptionvoidNoCloseExecutor.addCloseFutureListener(SshFutureListener<CloseFuture> listener) voidSshThreadPoolExecutor.addCloseFutureListener(SshFutureListener<CloseFuture> listener) voidNoCloseExecutor.removeCloseFutureListener(SshFutureListener<CloseFuture> listener) voidSshThreadPoolExecutor.removeCloseFutureListener(SshFutureListener<CloseFuture> listener)