| Interface | Description |
|---|---|
| AbstractClientTransport<C extends Context> | |
| Channel | |
| ChannelEventListener |
Interface for receiving
Channel events (currently only supports the
close event). |
| Context | |
| ExecutorOperationListener | |
| ExecutorServiceProvider | |
| RequestFuture | |
| RequestFutureListener | |
| SecureComponent | |
| SecurityPolicy | |
| SessionChannel | |
| SessionChannelServer | |
| SshConnection | |
| SshConnectionManager | |
| TransportProtocolSpecification |
| Class | Description |
|---|---|
| AbstractRequestFuture | |
| ChannelRequestFuture | |
| ConnectionAwareTask | |
| DefaultSecurityPolicy | |
| ExecutorOperationAdapter | |
| ExecutorOperationQueues | |
| ExecutorOperationSupport<T extends ExecutorServiceProvider> | |
| GlobalRequest |
This class represents a global request.
|
| IncompatibleAlgorithm | |
| Packet |
A utility class that provides the SSH layers with the ability
to dynamically write an SSH packet.
|
| SessionChannelHelper | |
| SshKeyFingerprint |
Utility methods to generate an SSH public key fingerprint.
|
| Subsystem |
Defines the abstract attributes of an SSH Subsystem.
|
| Enum | Description |
|---|---|
| IncompatibleAlgorithm.ComponentType | |
| SecurityLevel |
| Exception | Description |
|---|---|
| ChannelOpenException |
Exception thrown when a channel cannot be opened, the reason for which should
be specified in with any of the constants defined here.
|
| SshException |
Generic exception for J2SSH Maverick exception handling.
|
| SshIOException |
This class is provided so that when a channel InputStream/OutputStream
interface has to throw an IOException; the real SshException cause can be
retrieved.
|
| UnsupportedChannelException |
Copyright © 2022. All rights reserved.