| Package | Description |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.common.util.closeable | |
| org.apache.sshd.common.util.threads |
| Modifier and Type | Method and Description |
|---|---|
static void |
Closeable.close(Closeable closeable) |
| Modifier and Type | Method and Description |
|---|---|
Closeable |
Builder.build() |
protected abstract Closeable |
AbstractInnerCloseable.getInnerCloseable() |
| Modifier and Type | Method and Description |
|---|---|
Builder |
Builder.close(Closeable c) |
Builder |
Builder.parallel(Closeable... closeables) |
Builder |
Builder.sequential(Closeable... closeables) |
| Modifier and Type | Method and Description |
|---|---|
Builder |
Builder.parallel(Object id,
Iterable<? extends Closeable> closeables) |
Builder |
Builder.sequential(Object id,
Iterable<Closeable> closeables) |
| Constructor and Description |
|---|
ParallelCloseable(Object id,
Object lock,
Iterable<? extends Closeable> closeables) |
SequentialCloseable(Object id,
Object lock,
Iterable<? extends Closeable> closeables) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CloseableExecutorService |
| Modifier and Type | Class and Description |
|---|---|
class |
NoCloseExecutor
Wraps an
ExecutorService as a CloseableExecutorService
and avoids calling its shutdown methods when the wrapper is shut down |
class |
SshThreadPoolExecutor |
Copyright © 2018–2019 The Apache Software Foundation. All rights reserved.