Package org.apache.sshd.common.util.closeable
package org.apache.sshd.common.util.closeable
-
ClassDescriptionProvides some default implementations for managing channel/connection open/close stateWraps a target instance and an
AutoCloseable
delegate into a proxy instance that closes both when wrapperclose
method called.FuturesCloseable<T extends SshFuture>Waits for a group ofCloseable
s to complete in any order, then signals the completion by setting the "parent" future as closedWaits for a group ofCloseable
s to complete in the given order, then signals the completion by setting the "parent" future as closed