| Package | Description |
|---|---|
| org.apache.sshd.common.util.closeable |
| Modifier and Type | Class and Description |
|---|---|
class |
FuturesCloseable<T extends SshFuture<T>> |
class |
ParallelCloseable
Waits for a group of
Closeables to complete in any order, then signals the completion by setting the
"parent" future as closed |
class |
SequentialCloseable
Waits for a group of
Closeables to complete in the given order, then signals the completion by setting the
"parent" future as closed |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.