Uses of Class
org.apache.sshd.common.util.closeable.SimpleCloseable
-
Packages that use SimpleCloseable Package Description org.apache.sshd.common.util.closeable -
-
Uses of SimpleCloseable in org.apache.sshd.common.util.closeable
Subclasses of SimpleCloseable in org.apache.sshd.common.util.closeable Modifier and Type Class Description classFuturesCloseable<T extends SshFuture>classParallelCloseableWaits for a group ofCloseables to complete in any order, then signals the completion by setting the "parent" future as closedclassSequentialCloseableWaits for a group ofCloseables to complete in the given order, then signals the completion by setting the "parent" future as closed
-