| Package | Description |
|---|---|
| org.apache.sshd.common.util.closeable | |
| org.apache.sshd.common.util.threads |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCloseable
Provides some default implementations
|
class |
AbstractInnerCloseable |
class |
FuturesCloseable<T extends SshFuture> |
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 |
class |
SimpleCloseable |
| Modifier and Type | Class and Description |
|---|---|
protected class |
SshThreadPoolExecutor.DelegateCloseable |
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.