Package org.apache.sshd.common.util.closeable
-
Class Summary Class Description AbstractCloseable Provides some default implementations for managing channel/connection open/close stateAbstractInnerCloseable AutoCloseableDelegateInvocationHandler Wraps a target instance and anAutoCloseabledelegate into a proxy instance that closes both when wrapperclosemethod called.Builder FuturesCloseable<T extends SshFuture> IoBaseCloseable NioChannelDelegateInvocationHandler ParallelCloseable Waits for a group ofCloseables to complete in any order, then signals the completion by setting the "parent" future as closedSequentialCloseable Waits for a group ofCloseables to complete in the given order, then signals the completion by setting the "parent" future as closedSimpleCloseable -
Enum Summary Enum Description AbstractCloseable.State