| Class | Description |
|---|---|
| AbstractCloseable |
Provides some default implementations for managing channel/connection open/close state
|
| AbstractInnerCloseable | |
| AutoCloseableDelegateInvocationHandler |
Wraps a target instance and an
AutoCloseable delegate into a proxy instance that closes both when wrapper
close method called. |
| Builder | |
| FuturesCloseable<T extends SshFuture> | |
| IoBaseCloseable | |
| NioChannelDelegateInvocationHandler | |
| ParallelCloseable |
Waits for a group of
Closeables to complete in any order, then signals the completion by setting the
"parent" future as closed |
| SequentialCloseable |
Waits for a group of
Closeables to complete in the given order, then signals the completion by setting the
"parent" future as closed |
| SimpleCloseable |
| Enum | Description |
|---|---|
| AbstractCloseable.State |
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.