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 class
FuturesCloseable<T extends SshFuture<T>>
class
ParallelCloseable
Waits for a group ofCloseable
s to complete in any order, then signals the completion by setting the "parent" future as closedclass
SequentialCloseable
Waits for a group ofCloseable
s to complete in the given order, then signals the completion by setting the "parent" future as closed
-