Class | Description |
---|---|
OpenSSHConfig |
This class implements ConfigRepository interface, and parses OpenSSH's
configuration file.
|
OpenSSHConfig.HostConfig | |
OpenSSHConfig.OpenSSHArgument |
Parses and stores an argument of an OpenSSH config file.
|
Robot | |
SshAdaptor | |
SSHCertificateCredentialImplementation | |
SshCredentials | |
SshDirectoryAttributeStream | |
SshDirectoryStream | |
SshFileAttributes | |
SshFiles | |
SshFiles.FileSystemInfo |
Used to store all state attached to a filesystem.
|
SshInputStream |
We have to implement a special input stream, and delegate all calls to the internal jcraft input stream, because we have to
disconnect the channel on a close of the stream.
|
SshInteractiveProcess |
LocalBatchProcess implements a
InteractiveProcess for local batch processes. |
SshInteractiveProcessFactory | |
SshJobs | |
SshJobs.SchedulerInfo |
Used to store all state attached to a scheduler.
|
SshLocation | |
SshMultiplexedSession | |
SshOutputStream |
We have to implement a special output stream, and delegate all calls to the internal jcraft output stream, because we have to
disconnect the channel on a close of the stream.
|
SshSession | |
SshUtil |
Exception | Description |
---|---|
ConnectionLostException |
Signals that a connection was lost.
|
EndOfFileException |
Signals that an end-of-file was encountered.
|
NotConnectedException |
Signals that there was no connection.
|
PermissionDeniedException |
Signals that the user does not have sufficient permissions to perform the operation.
|
UnsupportedIOOperationException |
Signals that an I/O operation was requested that is not supported.
|