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 anAutoCloseable
delegate into a proxy instance that closes both when wrapperclose
method called.Builder FuturesCloseable<T extends SshFuture> IoBaseCloseable NioChannelDelegateInvocationHandler Wraps a target instance and aChannel
delegate into a proxy instance that closes both when wrapperclose
method called.ParallelCloseable Waits for a group ofCloseable
s to complete in any order, then signals the completion by setting the "parent" future as closedSequentialCloseable Waits for a group ofCloseable
s to complete in the given order, then signals the completion by setting the "parent" future as closedSimpleCloseable -
Enum Summary Enum Description AbstractCloseable.State