Uses of Class
org.apache.sshd.common.util.closeable.IoBaseCloseable
-
Packages that use IoBaseCloseable Package Description org.apache.sshd.common.util.closeable org.apache.sshd.common.util.threads -
-
Uses of IoBaseCloseable in org.apache.sshd.common.util.closeable
Subclasses of IoBaseCloseable in org.apache.sshd.common.util.closeable Modifier and Type Class Description classAbstractCloseableProvides some default implementations for managing channel/connection open/close stateclassAbstractInnerCloseableclassFuturesCloseable<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 closedclassSimpleCloseable -
Uses of IoBaseCloseable in org.apache.sshd.common.util.threads
Subclasses of IoBaseCloseable in org.apache.sshd.common.util.threads Modifier and Type Class Description protected classSshThreadPoolExecutor.DelegateCloseable
-