Robot Framework SSH Library
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CSSHLibrary.abstractclient.AbstractCommandBase class for the remote command
 CSSHLibrary.javaclient.RemoteCommand
 CSSHLibrary.pythonclient.RemoteCommand
 CSSHLibrary.abstractclient.AbstractSFTPClientBase class for the SFTP implementation
 CSSHLibrary.javaclient.SFTPClient
 CSSHLibrary.javaclient.SCPTransferClient
 CSSHLibrary.pythonclient.SFTPClient
 CSSHLibrary.pythonclient.SCPTransferClient
 CSSHLibrary.abstractclient.AbstractShellBase class for the shell implementation
 CSSHLibrary.javaclient.Shell
 CSSHLibrary.pythonclient.Shell
 CSSHLibrary.abstractclient.AbstractSSHClientBase class for the SSH client implementation
 CSSHLibrary.javaclient.JavaSSHClient
 CSSHLibrary.pythonclient.PythonSSHClient
 CSocketServer.BaseRequestHandler
 CSSHLibrary.pythonforward.LocalPortForwardingHandler
 CSSHLibrary.config.ConfigurationA simple configuration class
 CSSHLibrary.abstractclient._ClientConfiguration
 CSSHLibrary.library._DefaultConfiguration
 CSSHLibrary.config.EntryA base class for values stored in :py:class:Configuration
 CSSHLibrary.config.IntegerEntryInteger value to be stored in stored in :py:class:Configuration
 CSSHLibrary.config.LogLevelEntryLog level to be stored in :py:class:Configuration
 CSSHLibrary.config.NewlineEntryNew line sequence to be stored in :py:class:Configuration
 CSSHLibrary.config.StringEntryString value to be stored in :py:class:Configuration
 CSSHLibrary.config.TimeEntryTime string to be stored in :py:class:Configuration
 CException
 CSSHLibrary.config.ConfigurationExceptionRaised when creating, updating or accessing a Configuration entry fails
 CSSHLibrary.javaclient.JavaSSHClientException
 CSSHLibrary.pythonforward.LocalPortForwarding
 CRuntimeError
 CSSHLibrary.abstractclient.SSHClientException
 CSSHLibrary.javaclient.SCPClient
 CSSHLibrary.pythonclient.SCPClient
 CSSHLibrary.abstractclient.SFTPFileInfoWrapper class for the language specific file information objects
 CSSHLibrary.library.SSHLibrarySSHLibrary is a Robot Framework test library for SSH and SFTP
 CSocketServer.ThreadingTCPServer
 CSSHLibrary.pythonforward.ForwardServer
 CConnectionCache
 CSSHLibrary.sshconnectioncache.SSHConnectionCache