Interface | Description |
---|---|
ErrorNotifiable |
API for classes that are capable of being notified on an error so they can cleanup.
|
Factory<T> |
A basic factory interface.
|
Factory.Named<T> |
Inteface for a named factory.
|
SSHPacketHandler |
An interface for classes to which packet handling may be delegated.
|
StreamCopier.Listener |
Class | Description |
---|---|
Buffer<T extends Buffer<T>> | |
Buffer.PlainBuffer | |
ByteArrayUtils |
Utility functions for byte arrays.
|
ErrorNotifiable.Util |
Utility functions.
|
Factory.Named.Util |
Utility functions
|
IOUtils | |
SecurityUtils |
Static utility method relating to security facilities.
|
SSHPacket | |
StreamCopier |
Enum | Description |
---|---|
DisconnectReason |
Disconnect error codes
|
KeyType |
Type of key e.g.
|
Message |
SSH message identifiers
|
Exception | Description |
---|---|
Buffer.BufferException | |
SSHException |
Most exceptions in the
net.schmizz.sshj package are instances of this class. |
SSHRuntimeException |
Represents unrecoverable exceptions in the
net.schmizz.sshj package. |