Package | Description |
---|---|
org.apache.sshd.common | |
org.apache.sshd.common.io | |
org.apache.sshd.common.session | |
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 | Interface and Description |
---|---|
interface |
IoAcceptor |
interface |
IoConnector |
interface |
IoInputStream
Represents a stream that can be read asynchronously.
|
interface |
IoOutputStream
Represents a stream that can be written asynchronously.
|
interface |
IoService |
interface |
IoServiceFactory |
interface |
IoSession |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionContext
A "succinct" summary of the most important attributes of an SSH session
|
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–2021 The Apache Software Foundation. All rights reserved.