| Class | Description |
|---|---|
| GlobalRequest |
This class represents a global request.
|
| KBIPrompt |
Represents a single prompt in the keyboard-interactive authentication process
|
| Packet |
A utility class that provides the SSH layers with the ability
to dynamically write an SSH packet.
|
| SshKeyFingerprint |
Utility methods to generate an SSH public key fingerprint.
|
| 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.
|
| SftpStatusException |
This exception is thrown by the
SftpSubsystemChannel class whenever
a status message is received that is not expected. |
| 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.
|
Copyright © 2012. All Rights Reserved.