SSH Factory
A B C D E F G I K M P R S T W

A

ACTIVE - Static variable in class com.jscape.inet.ssh.SshTask
SshTask is active and waiting for start prompt to execute command
ACTIVE - Static variable in class com.jscape.inet.telnet.TelnetTask
TelnetTask is active and waiting for start prompt to execute command
AUTH_METHOD_HOSTBASE - Static variable in class com.jscape.inet.ssh.Ssh
 
AUTH_METHOD_KBI - Static variable in class com.jscape.inet.ssh.Ssh
 
AUTH_METHOD_NONE - Static variable in class com.jscape.inet.ssh.Ssh
 
AUTH_METHOD_PASSWORD - Static variable in class com.jscape.inet.ssh.Ssh
 
AUTH_METHOD_PUBLICKEY - Static variable in class com.jscape.inet.ssh.Ssh
 
addIpClientListener(IpClientListener) - Method in class com.jscape.inet.ipclient.IpClient
Adds IpClient event listener.
addKey(InetAddress, String) - Method in class com.jscape.inet.ssh.util.SshHostKeys
Adds a new key entry to the store.
addSshListener(SshListener) - Method in class com.jscape.inet.ssh.Ssh
Add SSH event listener.
addSshListener(SshListener) - Method in class com.jscape.inet.ssh.SshSession
Add Ssh event listener.
addSshScriptListener(SshScriptListener) - Method in class com.jscape.inet.ssh.SshScript
Adds a SshScriptListener to this SshScript.
addTask(SshTask) - Method in class com.jscape.inet.ssh.SshScript
Adds a SshTask to this SshScript.
addTask(TelnetTask) - Method in class com.jscape.inet.telnet.TelnetScript
Adds a TelnetTask to this TelnetScript.
addTelnetListener(TelnetListener) - Method in class com.jscape.inet.telnet.Telnet
Add telnet event listener.
addTelnetListener(TelnetListener) - Method in class com.jscape.inet.telnet.TelnetSession
Add telnet event listener.
addTelnetScriptListener(TelnetScriptListener) - Method in class com.jscape.inet.telnet.TelnetScript
Adds a TelnetScriptListener to this TelnetScript.
available() - Method in class com.jscape.inet.telnet.TelnetInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.

B

Binary - class com.jscape.inet.telnet.options.Binary.
Implements Telnet BINARY option as described in RFC 856.
Binary() - Constructor for class com.jscape.inet.telnet.options.Binary
Creates a new Binary instance.

C

CHANNEL_REQUEST_ENV - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_EXEC - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_EXIT_SIGNAL - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_EXIT_STATUS - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_PTY_REQ - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_SHELL - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_SIGNAL - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_SUBSYSTEM - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_WINDOW_CHANGE - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_X11_REQ - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_REQUEST_XON_XOFF - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_TYPE_DIRECT_TCPIP - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_TYPE_FORWARDED_TCPIP - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_TYPE_SESSION - Static variable in class com.jscape.inet.ssh.Ssh
 
CHANNEL_TYPE_X11 - Static variable in class com.jscape.inet.ssh.Ssh
 
COMMAND_MAP - Static variable in class com.jscape.inet.telnet.Telnet
This field can be used to map command codes to their String representation.
COMPLETE - Static variable in class com.jscape.inet.ssh.SshTask
SshTask has finished execution of command and has received end prompt
COMPLETE - Static variable in class com.jscape.inet.telnet.TelnetTask
TelnetTask has finished execution of command and has received end prompt
COMPRESSION_ALG_NONE - Static variable in class com.jscape.inet.ssh.Ssh
 
COMPRESSION_ALG_ZLIB - Static variable in class com.jscape.inet.ssh.Ssh
 
cancel() - Method in class com.jscape.inet.ssh.SshTask
Cancels this task and subsequent tasks by setting it's status to complete.
cancel() - Method in class com.jscape.inet.telnet.TelnetTask
Cancels this task and subsequent tasks by setting it's status to complete.
clear() - Method in class com.jscape.inet.ssh.SshScript
Clears all tasks from the script.
clear() - Method in class com.jscape.inet.ssh.util.SshHostKeys
Clears the store contents.
clear() - Method in class com.jscape.inet.telnet.TelnetScript
Clears all tasks from the script.
clearProxySettings() - Method in class com.jscape.inet.ipclient.IpClient
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.telnet.Telnet
Clears proxy server values.
clone() - Method in class com.jscape.inet.ssh.util.SshHostKeys
 
com.jscape.inet.ipclient - package com.jscape.inet.ipclient
Contains classes for creating TCP/IP client applications.
com.jscape.inet.ipclientssh - package com.jscape.inet.ipclientssh
Contains classes for creating secure TCP/IP client applications using an SSH encrypted tunnel.
com.jscape.inet.ssh - package com.jscape.inet.ssh
Contains classes for communicating with SSH (Secure Shell) servers.
com.jscape.inet.ssh.util - package com.jscape.inet.ssh.util
Contains utility classes for use in authenticating with an SSH server.
com.jscape.inet.telnet - package com.jscape.inet.telnet
Contains classes for communicating with telnet servers.
com.jscape.inet.telnet.options - package com.jscape.inet.telnet.options
Contains various option negotiation classes for the telnet protocol.
com.jscape.sscl - package com.jscape.sscl
 
com.jscape.util - package com.jscape.util
Contains some generic utility classes used by this library.
connect() - Method in class com.jscape.inet.ipclient.IpClient
Establishes connection with server.
connect() - Method in class com.jscape.inet.ipclientssh.IpClientSsh
Establishes connection with SSH server, performs authentication and creates tunnel to hostname and port provided in constructor.
connect() - Method in class com.jscape.inet.ssh.Ssh
Connects to SSH server.
connect(int) - Method in class com.jscape.inet.ssh.SshSession
Establishes connection with SSH server and performs login
connect() - Method in class com.jscape.inet.ssh.SshSession
Establishes connection with SSH server and performs login.
connect() - Method in class com.jscape.inet.telnet.Telnet
Connect the client socket to host and port specified by contructor or Telnet.setHostname(java.lang.String), Telnet.setPort(int) methods.
connect(String, String, int) - Method in class com.jscape.inet.telnet.TelnetSession
Establishes connection with telnet server and performs login using specified username and password.
connect(String, String) - Method in class com.jscape.inet.telnet.TelnetSession
Establishes connection with telnet server and performs login using specified username and password.
connected(IpClientConnectedEvent) - Method in interface com.jscape.inet.ipclient.IpClientListener
Invoked when connection to server is established.
connected(SshConnectedEvent) - Method in class com.jscape.inet.ssh.SshAdapter
Invoked when SSH connection is established.
connected(SshConnectedEvent) - Method in interface com.jscape.inet.ssh.SshListener
Invoked when SSH connection is established.
connected(TelnetConnectedEvent) - Method in class com.jscape.inet.telnet.TelnetAdapter
Invoked when Telnet connection is established.
connected(TelnetConnectedEvent) - Method in interface com.jscape.inet.telnet.TelnetListener
Invoked when Telnet connection is established.
containsKey(InetAddress, String) - Method in class com.jscape.inet.ssh.util.SshHostKeys
Checks if the store contains the specified host key.

D

DEFAULT_TYPE - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_AUTH_CANCELLED_BY_USER - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_BY_APPLICATION - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_COMPRESSION_ERROR - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_CONNECTION_LOST - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_HOST_KEY_NOT_VERIFIABLE - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_ILLEGAL_USER_NAME - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_KEY_EXCHANGE_FAILED - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_MAC_ERROR - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_PROTOCOL_ERROR - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_RESERVED - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_SERVICE_NOT_AVAILABLE - Static variable in class com.jscape.inet.ssh.Ssh
 
DISCONNECT_TOO_MANY_CONNECTIONS - Static variable in class com.jscape.inet.ssh.Ssh
 
DoOptionEvent - class com.jscape.inet.telnet.DoOptionEvent.
Fired by Telnet instance when a DO OPTION command is received from the Telnet server.
DoOptionEvent(Object, TelnetOption) - Constructor for class com.jscape.inet.telnet.DoOptionEvent
Constructs a new DoOptionEvent instance.
DoSubOptionEvent - class com.jscape.inet.telnet.DoSubOptionEvent.
Fired by Telnet instance when a SB OPTION command is received from the Telnet server.
DoSubOptionEvent(Object, TelnetOption) - Constructor for class com.jscape.inet.telnet.DoSubOptionEvent
Constructs a new DoSubOptionEvent instance.
DontOptionEvent - class com.jscape.inet.telnet.DontOptionEvent.
Fired by Telnet instance when a DONT OPTION command is received from the Telnet server.
DontOptionEvent(Object, TelnetOption) - Constructor for class com.jscape.inet.telnet.DontOptionEvent
Constructs a new DontOptionEvent instance.
dataReceived(SshDataReceivedEvent) - Method in class com.jscape.inet.ssh.SshAdapter
Invoked when data is received from Telnet server.
dataReceived(SshDataReceivedEvent) - Method in interface com.jscape.inet.ssh.SshListener
Invoked when data is received from SSH server.
dataReceived(SshDataReceivedEvent) - Method in class com.jscape.inet.ssh.SshTask
Gets data received from Ssh server as fired by SshListener
dataReceived(TelnetDataReceivedEvent) - Method in class com.jscape.inet.telnet.TelnetAdapter
Invoked when data is received from Telnet server.
dataReceived(TelnetDataReceivedEvent) - Method in interface com.jscape.inet.telnet.TelnetListener
Invoked when data is received from Telnet server.
dataReceived(TelnetDataReceivedEvent) - Method in class com.jscape.inet.telnet.TelnetTask
Gets data received from Telnet server as fired by TelnetListener
debug(String) - Method in class com.jscape.inet.ssh.SshSession
Sends debug message to debug stream.
debug(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sends debug message to debug stream.
disconnect() - Method in class com.jscape.inet.ipclient.IpClient
Closes connection with server.
disconnect() - Method in class com.jscape.inet.ipclientssh.IpClientSsh
Closes tunnel between SSH server and host and closes connection to SSH server.
disconnect() - Method in class com.jscape.inet.ssh.Ssh
Closes open connection.
disconnect() - Method in class com.jscape.inet.ssh.SshSession
Disconnects from SSH server.
disconnect() - Method in class com.jscape.inet.telnet.Telnet
Disconnects and releases all associated resources.
disconnect() - Method in class com.jscape.inet.telnet.TelnetSession
Disconnects from telnet server.
disconnected(IpClientDisconnectedEvent) - Method in interface com.jscape.inet.ipclient.IpClientListener
Invoked when connection to server is closed.
disconnected(SshDisconnectedEvent) - Method in class com.jscape.inet.ssh.SshAdapter
Invoked when SSH connection is released.
disconnected(SshDisconnectedEvent) - Method in interface com.jscape.inet.ssh.SshListener
Invoked when SSH connection is released.
disconnected(TelnetDisconnectedEvent) - Method in class com.jscape.inet.telnet.TelnetAdapter
Invoked when Telnet connection is released.
disconnected(TelnetDisconnectedEvent) - Method in interface com.jscape.inet.telnet.TelnetListener
Invoked when Telnet connection is released.
doOption(DoOptionEvent) - Method in class com.jscape.inet.telnet.TelnetAdapter
Invoked when a DO OPTION (request client to use option) command is received from the Telnet server.
doOption(DoOptionEvent) - Method in interface com.jscape.inet.telnet.TelnetListener
Invoked when a DO OPTION (request client to use option) command is received from the Telnet server.
doSubOption(DoSubOptionEvent) - Method in class com.jscape.inet.telnet.TelnetAdapter
Invoked when SB OPTION (subnegotiation) command is received from Telnet server, typically after accepting a WILL OPTION (offer client to use option) command from Telnet server.
doSubOption(DoSubOptionEvent) - Method in interface com.jscape.inet.telnet.TelnetListener
Invoked when SB OPTION (subnegotiation) command is received from Telnet server, typically after accepting a WILL OPTION command from Telnet server.
dontOption(DontOptionEvent) - Method in class com.jscape.inet.telnet.TelnetAdapter
Invoked when a DONT OPTION (refuse client request to use option) command is received from the Telnet server.
dontOption(DontOptionEvent) - Method in interface com.jscape.inet.telnet.TelnetListener
Invoked when a DONT OPTION (refuse client request to use option) command is received from the Telnet server.

E

ENCRYPTION_ALG_3DES_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_AES128_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_AES192_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_AES256_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_ARCFOUR - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_BLOWFISH_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_CAST128_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_DES_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_IDEA_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_NONE - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_SERPENT128_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_SERPENT192_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_SERPENT256_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_TWOFISH128_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_TWOFISH192_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_TWOFISH256_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ENCRYPTION_ALG_TWOFISH_CBC - Static variable in class com.jscape.inet.ssh.Ssh
 
ExceptionWrapper - interface com.jscape.util.ExceptionWrapper.
 
execute(File) - Method in class com.jscape.sscl.SSCL
Executes commands provided in file.
execute(byte[]) - Method in class com.jscape.sscl.SSCL
Executes commands provided in byte[]

F

flush() - Method in class com.jscape.inet.telnet.TelnetInputStream
Reads until the amount of data available is greater than 0 bytes

G

getCharacterSet() - Method in class com.jscape.inet.ssh.Ssh
Gets the character set
getCharacterSet() - Method in class com.jscape.inet.ssh.SshSession
Gets the character set
getCharacterSet() - Method in class com.jscape.inet.ssh.SshTask
Gets the character set
getCharacterSet() - Method in class com.jscape.inet.telnet.Telnet
Gets the character set used when reading data from Telnet server.
getCommand() - Method in class com.jscape.inet.ssh.SshTask
Gets the command to execute
getCommand() - Method in class com.jscape.inet.telnet.TelnetTask
Gets the command to execute
getCommandName(int) - Method in class com.jscape.inet.telnet.Telnet
Gets name of command based on corresponding command.
getCommandTerminator() - Method in class com.jscape.inet.ssh.SshSession
Gets terminator used when sending data to SSH server.
getCommandTerminator() - Method in class com.jscape.inet.telnet.TelnetSession
Gets terminator used when sending data to telnet server.
getConnectTimeout() - Method in class com.jscape.inet.ipclient.IpClient
Gets the timeout used when opening a server connection.
getConnectionParameters() - Method in class com.jscape.inet.ssh.util.SshParameters
Returns corresponded connection parameters.
getConnectionTimeout() - Method in class com.jscape.inet.ssh.util.SshParameters
Returns connection timeout in milliseconds.
getData() - Method in class com.jscape.inet.ssh.SshDataReceivedEvent
Gets data received from the Ssh server.
getData() - Method in class com.jscape.inet.telnet.TelnetDataReceivedEvent
Gets data received from the Telnet server as a string.
getDebug() - Method in class com.jscape.inet.ssh.Ssh
Gets whether debugging is enabled.
getDebug() - Method in class com.jscape.inet.ssh.SshSession
Checks if debugging is enabled.
getDebug() - Method in class com.jscape.inet.ssh.SshTask
Checks whether debugging is enabled for this task.
getDebug() - Method in class com.jscape.inet.telnet.Telnet
Gets debugging state.
getDebug() - Method in class com.jscape.inet.telnet.TelnetTask
Checks whether debugging is enabled for this task.
getDebugStream() - Method in class com.jscape.inet.ssh.Ssh
Gets PrintStream used in reporting debug statements.
getDebugStream() - Method in class com.jscape.inet.ssh.SshSession
Gets PrintStream used in outputting debug information.
getDebugStream() - Method in class com.jscape.inet.ssh.SshTask
Gets debug stream used when printing debug messages.
getDebugStream() - Method in class com.jscape.inet.telnet.Telnet
Gets PrintStream used in reporting debug statements.
getDebugStream() - Method in class com.jscape.inet.telnet.TelnetSession
Gets PrintStream used in outputting debug information.
getDebugStream() - Method in class com.jscape.inet.telnet.TelnetTask
Gets debug stream used when printing debug messages.
getEcho() - Method in class com.jscape.inet.ssh.Ssh
Returns echo flag.
getEcho() - Method in class com.jscape.inet.ssh.SshSession
Returns echo flag.
getEndPrompt() - Method in class com.jscape.inet.ssh.SshTask
Gets the end shell prompt this SshTask should wait for to indicate that this SshTask is complete.
getEndPrompt() - Method in class com.jscape.inet.telnet.TelnetTask
Gets the end shell prompt this TelnetTask should wait for to indicate that this TelnetTask is complete.
getEndPromptTimeout() - Method in class com.jscape.inet.ssh.SshTask
Gets the maximum timeout between the time the task is in running state and the expected end prompt is received.
getEndPromptTimeout() - Method in class com.jscape.inet.telnet.TelnetTask
Gets the maximum timeout between the time the task is in running state and the expected end prompt is received.
getException() - Method in class com.jscape.inet.ipclient.IpClientException
Gets Exception which caused this IpClientException.
getException() - Method in class com.jscape.inet.ssh.SshException
Gets source of this exception
getException() - Method in class com.jscape.inet.ssh.SshTaskFailedEvent
Gets the exception that caused the SshTask to fail.
getException() - Method in class com.jscape.inet.telnet.TelnetException
Gets source of this exception
getException() - Method in class com.jscape.inet.telnet.TelnetTaskFailedEvent
Gets the exception that caused the TelnetTask to fail.
getException() - Method in interface com.jscape.util.ExceptionWrapper
Gets the source of the exception.
getHost() - Method in class com.jscape.inet.ssh.SshConnectedEvent
Gets host of SSH server.
getHost() - Method in class com.jscape.inet.ssh.SshDisconnectedEvent
Gets host of SSH server.
getHost() - Method in class com.jscape.inet.telnet.TelnetConnectedEvent
Gets host of Telnet server.
getHost() - Method in class com.jscape.inet.telnet.TelnetDisconnectedEvent
Gets host of Telnet server.
getHostKeyVerifier() - Method in class com.jscape.inet.ssh.util.SshParameters
Returns current host key verifier.
getHostKeys() - Method in class com.jscape.inet.ipclientssh.IpClientSsh
Returns SSH host keys for further use.
getHostKeys() - Method in class com.jscape.inet.ssh.Ssh
Returns SSH host keys for further use.
getHostname() - Method in class com.jscape.inet.ipclient.IpClientConnectedEvent
Gets hostname of server
getHostname() - Method in class com.jscape.inet.ipclient.IpClientDisconnectedEvent
Gets server hostname.
getHostname() - Method in class com.jscape.inet.ssh.Ssh
Return server hostname.
getHostname() - Method in class com.jscape.inet.telnet.Telnet
Return server hostname.
getHostname() - Method in class com.jscape.inet.telnet.TelnetSession
Gets the hostname of telnet server.
getHosts() - Method in class com.jscape.inet.ssh.util.SshHostKeys
Returns current hosts collection contained in the store.
getInputStream() - Method in class com.jscape.inet.ipclient.IpClient
Gets InputStream from socket connection established with server.
getInputStream() - Method in class com.jscape.inet.ssh.Ssh
Returns connection input stream.
getInputStream() - Method in class com.jscape.inet.telnet.Telnet
Returns input stream associated with current Telnet connection.
getKeyPair() - Method in class com.jscape.inet.ssh.util.SshParameters
Returns user key pair.
getKeys(InetAddress) - Method in class com.jscape.inet.ssh.util.SshHostKeys
Returns keys iterator for the specified host.
getLoginPrompt() - Method in class com.jscape.inet.telnet.TelnetSession
Gets login prompt to wait for before sending username.
getName() - Method in class com.jscape.inet.ssh.SshTask
Gets name of this SshTask as defined in constructor.
getName() - Method in class com.jscape.inet.telnet.TelnetTask
Gets name of this TelnetTask as defined in constructor.
getNextTask() - Method in class com.jscape.inet.ssh.SshTask
Gets the next task executed after this SshTask.
getNextTask() - Method in class com.jscape.inet.telnet.TelnetTask
Gets the next task executed after this TelnetTask.
getOption() - Method in class com.jscape.inet.telnet.DoOptionEvent
Gets the TelnetOption sent by Telnet server.
getOption() - Method in class com.jscape.inet.telnet.DoSubOptionEvent
Gets the TelnetOption sent by Telnet server.
getOption() - Method in class com.jscape.inet.telnet.DontOptionEvent
Gets the TelnetOption sent by Telnet server.
getOption() - Method in class com.jscape.inet.telnet.WillOptionEvent
Gets the TelnetOption sent by Telnet server.
getOption() - Method in class com.jscape.inet.telnet.WontOptionEvent
Gets the TelnetOption sent by Telnet server.
getOptionCode() - Method in class com.jscape.inet.telnet.TelnetOption
Gets option code.
getOptionName() - Method in class com.jscape.inet.telnet.TelnetOption
Gets name of this option based on its option code.
getOutputStream() - Method in class com.jscape.inet.ipclient.IpClient
Gets OutputStream from socket connection established with server.
getOutputStream() - Method in class com.jscape.inet.ssh.Ssh
Returns connection output stream.
getOutputStream() - Method in class com.jscape.inet.telnet.Telnet
Returns output stream associated with current telnet connection.
getPasswordPrompt() - Method in class com.jscape.inet.telnet.TelnetSession
Gets password prompt to wait for before sending password.
getPollingInterval() - Method in class com.jscape.inet.ssh.SshSession
Gets the polling interval used when checking for completion of commands sent using send or sendWait methods.
getPollingInterval() - Method in class com.jscape.inet.telnet.TelnetSession
Gets the polling interval used when checking for completion of commands sent using send or sendWait methods.
getPort() - Method in class com.jscape.inet.ipclient.IpClientConnectedEvent
Gets port of server
getPort() - Method in class com.jscape.inet.ipclient.IpClientDisconnectedEvent
Gets server port.
getPort() - Method in class com.jscape.inet.ssh.Ssh
Return server port.
getPort() - Method in class com.jscape.inet.ssh.SshConnectedEvent
Gets port of SSH server.
getPort() - Method in class com.jscape.inet.ssh.SshDisconnectedEvent
Gets port of SSH server.
getPort() - Method in class com.jscape.inet.telnet.Telnet
Return server port.
getPort() - Method in class com.jscape.inet.telnet.TelnetConnectedEvent
Gets port of Telnet server.
getPort() - Method in class com.jscape.inet.telnet.TelnetDisconnectedEvent
Gets port of Telnet server.
getPort() - Method in class com.jscape.inet.telnet.TelnetSession
Gets the port of the telnet server.
getPreviousTask() - Method in class com.jscape.inet.ssh.SshTask
Gets the SshTask executed prior to this SshTask.
getPreviousTask() - Method in class com.jscape.inet.telnet.TelnetTask
Gets the TelnetTask executed prior to this TelnetTask.
getPrivateKey() - Method in class com.jscape.inet.ssh.util.SshParameters
Sets key pair to be used when authenticating with SSH Server.
getProxyHost() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets proxy hostname.
getProxyPassword() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets the proxy authentication password.
getProxyPort() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets the proxy port.
getProxyType() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets the proxy type: SOCKS5, HTTP.
getProxyUserId() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets the user authentication proxy.
getReadTimeout() - Method in class com.jscape.inet.ipclient.IpClient
Gets the timeout used when reading responses from server.
getReadTimeout() - Method in class com.jscape.inet.ssh.Ssh
Returns current read timeout value.
getReader() - Method in class com.jscape.inet.telnet.Telnet
Returns Reader object for reading from the server.
getReadingTimeout() - Method in class com.jscape.inet.ssh.util.SshParameters
Returns reading timeout in milliseconds.
getRegexMatchLength() - Method in class com.jscape.inet.ssh.SshSession
Gets the number of characters to read from the end of the response buffer when using regular expressions to detect start or end prompts.
getRegexMatchLength() - Method in class com.jscape.inet.ssh.SshTask
Gets the number of characters to read from the end of the response buffer when using regular expressions to detect start or end prompts.
getRegexMatchLength() - Method in class com.jscape.inet.telnet.TelnetSession
Gets the number of characters to read from the end of the response buffer when using regular expressions to detect start or end prompts.
getRegexMatchLength() - Method in class com.jscape.inet.telnet.TelnetTask
Gets the number of characters to read from the end of the response buffer when using regular expressions to detect start or end prompts.
getResponse() - Method in class com.jscape.inet.ssh.SshTask
Gets response to command executed.
getResponse() - Method in class com.jscape.inet.telnet.TelnetTask
Gets response to command executed.
getScript() - Method in class com.jscape.inet.ssh.SshTask
Gets the SshScript this SshTask is bound to.
getScript() - Method in class com.jscape.inet.telnet.TelnetTask
Gets the TelnetScript this TelnetTask is bound to.
getShellPrompt() - Method in class com.jscape.inet.ssh.SshSession
Gets shell prompt to wait for before sending commands.
getShellPrompt() - Method in class com.jscape.inet.telnet.TelnetSession
Gets shell prompt to wait for before sending commands.
getSocket() - Method in class com.jscape.inet.ipclient.IpClient
Gets Socket established after invoking the IpClient#connect method.
getSocket() - Method in class com.jscape.inet.ipclientssh.IpClientSsh
Gets Socket established after invoking the IpClient#connect method.
getSource() - Method in class com.jscape.sscl.SSCLException
Gets source exception which caused the error.
getSsh() - Method in class com.jscape.inet.ssh.SshSession
Gets underlying Ssh instance.
getSshHostname() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets SSH hostname.
getSshPassword() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets SSH password.
getSshPort() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets SSH port.
getSshUsername() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets SSH username.
getStartPrompt() - Method in class com.jscape.inet.ssh.SshTask
Gets the shell prompt this SshTask should wait for before executing command.
getStartPrompt() - Method in class com.jscape.inet.telnet.TelnetTask
Gets the shell prompt this TelnetTask should wait for before executing command.
getStartPromptTimeout() - Method in class com.jscape.inet.ssh.SshTask
Gets the maximum timeout between the time the task is in active state and the expected start prompt is received.
getStartPromptTimeout() - Method in class com.jscape.inet.telnet.TelnetTask
Gets the maximum timeout between the time the task is in active state and the expected start prompt is received.
getStatus() - Method in class com.jscape.inet.ssh.SshTask
Gets completion status of this SshTask.
getStatus() - Method in class com.jscape.inet.telnet.TelnetTask
Gets completion status of this TelnetTask.
getStatusString(int) - Method in class com.jscape.inet.ssh.SshTask
Gets status string based on task status
getStatusString(int) - Method in class com.jscape.inet.telnet.TelnetTask
Gets status string based on task status
getStream() - Method in class com.jscape.inet.telnet.TelnetInputStream
Returns underlying stream.
getStream() - Method in class com.jscape.inet.telnet.TelnetOutputStream
Returns underlying stream.
getTask(String) - Method in class com.jscape.inet.ssh.SshScript
Gets the named SshTask based on the name attribute of a SshTask.
getTask() - Method in class com.jscape.inet.ssh.SshTaskEndEvent
Gets the SshTask that has started.
getTask() - Method in class com.jscape.inet.ssh.SshTaskFailedEvent
Gets the SshTask that has failed.
getTask() - Method in class com.jscape.inet.ssh.SshTaskStartEvent
Gets the SshTask that has started.
getTask() - Method in class com.jscape.inet.ssh.SshTaskTimeoutEvent
Gets the SshTask that has timed out.
getTask() - Method in class com.jscape.inet.ssh.SshTaskTimeoutException
Gets the SshTask that timed out
getTask(String) - Method in class com.jscape.inet.telnet.TelnetScript
Gets the named TelnetTask based on the name attribute of a TelnetTask.
getTask() - Method in class com.jscape.inet.telnet.TelnetTaskEndEvent
Gets the TelnetTask that has started.
getTask() - Method in class com.jscape.inet.telnet.TelnetTaskFailedEvent
Gets the TelnetTask that has failed.
getTask() - Method in class com.jscape.inet.telnet.TelnetTaskStartEvent
Gets the TelnetTask that has started.
getTask() - Method in class com.jscape.inet.telnet.TelnetTaskTimeoutEvent
Gets the TelnetTask that has timed out.
getTask() - Method in class com.jscape.inet.telnet.TelnetTaskTimeoutException
Gets the TelnetTask that timed out
getTelnet() - Method in class com.jscape.inet.telnet.TelnetSession
Gets underlying Telnet instance.
getTerminalType() - Method in class com.jscape.inet.telnet.options.TerminalType
Gets the terminal type.
getTerminator() - Method in class com.jscape.inet.ssh.SshTask
Gets line terminator used when sending commands.
getTerminator() - Method in class com.jscape.inet.telnet.TelnetTask
Gets line terminator used when sending commands.
getTimeout() - Method in class com.jscape.inet.ssh.Ssh
Gets the timeout for opening connection to SSH server.
getTimeout() - Method in class com.jscape.inet.ssh.SshTask
Deprecated. replaced by getEndPromptTimeout
getTimeout() - Method in class com.jscape.inet.telnet.Telnet
Gets the timeout for opening connection to Telnet server.
getTimeout() - Method in class com.jscape.inet.telnet.TelnetTask
Deprecated. replaced by getEndPromptTimeout method
getUser() - Method in class com.jscape.inet.ssh.util.SshParameters
Returns user instance.
getWriter() - Method in class com.jscape.inet.telnet.Telnet
Returns Writer object for writing to server.

I

IpClient - class com.jscape.inet.ipclient.IpClient.
Implements basic functionality of a TCP/IP client connection.
IpClient(String, int) - Constructor for class com.jscape.inet.ipclient.IpClient
Creates a new IpClient instance.
IpClient(String, int, int) - Constructor for class com.jscape.inet.ipclient.IpClient
Creates a new IpClient instance.
IpClientConnectedEvent - class com.jscape.inet.ipclient.IpClientConnectedEvent.
Fired when connection with server is established
IpClientConnectedEvent(Object, String, int) - Constructor for class com.jscape.inet.ipclient.IpClientConnectedEvent
Creates a new IpClientConnectedEvent instance.
IpClientDisconnectedEvent - class com.jscape.inet.ipclient.IpClientDisconnectedEvent.
Fired when connection with server is closed.
IpClientDisconnectedEvent(Object, String, int) - Constructor for class com.jscape.inet.ipclient.IpClientDisconnectedEvent
Creates a new IpClientDisconnectedEvent instance.
IpClientException - exception com.jscape.inet.ipclient.IpClientException.
IpClientException is thrown by many methods of IpClient class.
IpClientException(String) - Constructor for class com.jscape.inet.ipclient.IpClientException
Creates exception with specified message string.
IpClientException(String, Exception) - Constructor for class com.jscape.inet.ipclient.IpClientException
IpClientException is thrown by many methods of IpClient class.
IpClientListener - interface com.jscape.inet.ipclient.IpClientListener.
Implements methods for capturing connected and disconnected events from IpClient class.
IpClientSsh - class com.jscape.inet.ipclientssh.IpClientSsh.
Implements basic functionality of a TCP/IP client connection tunnelling data through a secure SSH connection.
IpClientSsh(SshParameters, String, int) - Constructor for class com.jscape.inet.ipclientssh.IpClientSsh
Creates a new IpClientSsh instance.
IpClientSsh(SshParameters, String, int, int) - Constructor for class com.jscape.inet.ipclientssh.IpClientSsh
Creates a new IpClientSsh instance.
IpClientSsh(SshParameters, String, int, int, SshConfiguration) - Constructor for class com.jscape.inet.ipclientssh.IpClientSsh
Creates new IpClientSsh instance.
interrupt() - Method in class com.jscape.inet.ssh.SshSession
Interrupts any running command waiting for an expected prompt.
interrupt() - Method in class com.jscape.inet.telnet.TelnetSession
Interrupts any running command waiting for an expected prompt.
isActive() - Method in class com.jscape.inet.ssh.SshTask
Checks if this SshTask is active.
isActive() - Method in class com.jscape.inet.telnet.TelnetTask
Checks if this TelnetTask is active.
isComplete() - Method in class com.jscape.inet.ssh.SshScript
Checks whether this SshScript has completed execution of all SshTask.
isComplete() - Method in class com.jscape.inet.ssh.SshTask
Checks if this SshTask is complete.
isComplete() - Method in class com.jscape.inet.telnet.TelnetScript
Checks whether this TelnetScript has completed execution of all TelnetTask.
isComplete() - Method in class com.jscape.inet.telnet.TelnetTask
Checks if this TelnetTask is complete.
isConnected() - Method in class com.jscape.inet.ssh.Ssh
Checks if the current client is connected.
isDebug() - Method in class com.jscape.inet.telnet.TelnetSession
Checks if debugging is enabled.
isEmpty() - Method in class com.jscape.inet.ssh.SshScript
Checks if there are any SshTask bound to this SshScript
isEmpty() - Method in class com.jscape.inet.telnet.TelnetScript
Checks if there are any TelnetTask bound to this TelnetScript
isEndPromptRegex() - Method in class com.jscape.inet.ssh.SshTask
Checks if end prompt is a regular expression
isEndPromptRegex() - Method in class com.jscape.inet.telnet.TelnetTask
Checks if end prompt is a regular expression
isInitReader() - Method in class com.jscape.inet.ssh.Ssh
Gets if reader should be initialized automatically or if will be created by user.
isPending() - Method in class com.jscape.inet.ssh.SshTask
Checks if this SshTask is pending activation.
isPending() - Method in class com.jscape.inet.telnet.TelnetTask
Checks if this TelnetTask is pending activation.
isRunning() - Method in class com.jscape.inet.ssh.SshTask
Checks if this SshTask is running.
isRunning() - Method in class com.jscape.inet.telnet.TelnetTask
Checks if this TelnetTask is running.
isStartPromptRegex() - Method in class com.jscape.inet.ssh.SshTask
Specified if start prompt is a regular expression
isStartPromptRegex() - Method in class com.jscape.inet.telnet.TelnetTask
Specified if start prompt is a regular expression
isTimedOut() - Method in class com.jscape.inet.ssh.SshTask
Checks if task has exceeded timeout
isTimedOut() - Method in class com.jscape.inet.telnet.TelnetTask
Checks if task has exceeded timeout

K

KEY_EXCHANGE_DIFFIE_HELLMAN - Static variable in class com.jscape.inet.ssh.Ssh
 

M

MAC_ALG_HMAC_MD5 - Static variable in class com.jscape.inet.ssh.Ssh
 
MAC_ALG_HMAC_MD5_96 - Static variable in class com.jscape.inet.ssh.Ssh
 
MAC_ALG_HMAC_SHA1 - Static variable in class com.jscape.inet.ssh.Ssh
 
MAC_ALG_HMAC_SHA1_96 - Static variable in class com.jscape.inet.ssh.Ssh
 
MAC_ALG_NONE - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_CHANNEL_CLOSE - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_CHANNEL_DATA - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_CHANNEL_EOF - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_CHANNEL_EXTENDED_DATA - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_CHANNEL_FAILURE - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_CHANNEL_OPEN - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_CHANNEL_OPEN_CONFIRMATION - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_CHANNEL_OPEN_FAILURE - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_CHANNEL_REQUEST - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_CHANNEL_SUCCESS - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_CHANNEL_WINDOW_ADJUST - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_DEBUG - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_DISCONNECT - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_GLOBAL_REQUEST - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_IGNORE - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_KEXDH_INIT - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_KEXDH_REPLY - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_KEXINIT - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_NEWKEYS - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_REQUEST_FAILURE - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_REQUEST_SUCCESS - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_SERVICE_ACCEPT - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_SERVICE_REQUEST - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_UNIMPLEMENTED - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_USERAUTH_BANNER - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_USERAUTH_FAILURE - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_USERAUTH_PK_OK - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_USERAUTH_REQUEST - Static variable in class com.jscape.inet.ssh.Ssh
 
MSG_USERAUTH_SUCCESS - Static variable in class com.jscape.inet.ssh.Ssh
 
main(String[]) - Static method in class com.jscape.sscl.SSCL
Launches SSCL application.
mark(int) - Method in class com.jscape.inet.telnet.TelnetInputStream
Marks the current position in this input stream.
markSupported() - Method in class com.jscape.inet.telnet.TelnetInputStream
Checks if mark is supported in this TelnetInputStream

P

PENDING - Static variable in class com.jscape.inet.ssh.SshTask
SshTask is waiting to be activated
PENDING - Static variable in class com.jscape.inet.telnet.TelnetTask
TelnetTask is waiting to be activated
PROTOCOL_REQUEST_TCPIP_FORWARD - Static variable in class com.jscape.inet.ssh.Ssh
 
PROTOCOL_REQUEST_TCPIP_FORWARD_CANCEL - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_PGP_SIGN_DSS - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_PGP_SIGN_RSA - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_SPKI_SIGN_DSS - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_SPKI_SIGN_RSA - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_SSH_DSS - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_SSH_RSA - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_X509V3_SIGN_DSS - Static variable in class com.jscape.inet.ssh.Ssh
 
PUB_KEY_ALG_X509V3_SIGN_RSA - Static variable in class com.jscape.inet.ssh.Ssh
 
pause(long) - Method in class com.jscape.inet.ssh.SshSession
Pauses current session for specified timeout
pause(long) - Method in class com.jscape.inet.telnet.TelnetSession
Pauses current session for specified timeout.
println(String) - Method in class com.jscape.inet.telnet.TelnetOutputStream
Write line of data with escaping IAC terminated with LF.
println(String, String) - Method in class com.jscape.inet.telnet.TelnetOutputStream
Write line of data with escaping IAC terminated with specified line terminator.

R

RUNNING - Static variable in class com.jscape.inet.ssh.SshTask
SshTask has received start prompt and is currently executing command
RUNNING - Static variable in class com.jscape.inet.telnet.TelnetTask
TelnetTask has received start prompt and is currently executing command
read() - Method in class com.jscape.inet.telnet.TelnetInputStream
Read data from telnet stream with escaping control characters.
read(byte[]) - Method in class com.jscape.inet.telnet.TelnetInputStream
Read data from telnet stream with escaping control characters.
read(byte[], int, int) - Method in class com.jscape.inet.telnet.TelnetInputStream
Read data from telnet stream with escaping control characters.
readBlock(String[]) - Method in class com.jscape.inet.telnet.TelnetInputStream
Reads from the stream.
readLine(String[]) - Method in class com.jscape.inet.telnet.TelnetInputStream
Reads from the stream.
readSubnegotiation(InputStream) - Method in class com.jscape.inet.telnet.TelnetOption
Reads subnegotiation data for this TelnetOption By default this method is empty and and is intended for use in subclasses requiring option negotiation.
readSubnegotiation(InputStream) - Method in class com.jscape.inet.telnet.options.TerminalType
Reads subnegotiation data for this TelnetOption
removeIpClientListener(IpClientListener) - Method in class com.jscape.inet.ipclient.IpClient
Removes an IpClient event listener.
removeKey(InetAddress, String) - Method in class com.jscape.inet.ssh.util.SshHostKeys
Removes the key entry for the specified host.
removeSshListener(SshListener) - Method in class com.jscape.inet.ssh.Ssh
Remove SSH event listener.
removeSshListener(SshListener) - Method in class com.jscape.inet.ssh.SshSession
Remove Ssh event listener.
removeSshScriptListener(SshScriptListener) - Method in class com.jscape.inet.ssh.SshScript
Removes a SshScriptListener from this SshScript
removeTelnetListener(TelnetListener) - Method in class com.jscape.inet.telnet.Telnet
Remove telnet event listener.
removeTelnetListener(TelnetListener) - Method in class com.jscape.inet.telnet.TelnetSession
Remove telnet event listener.
removeTelnetScriptListener(TelnetScriptListener) - Method in class com.jscape.inet.telnet.TelnetScript
Removes a TelnetScriptListener from this TelnetScript
requestExec(String) - Method in class com.jscape.inet.ssh.Ssh
Method requestExec request the SSH server to start the execution of the given command.
requestTerminalWindowChange(int, int, int, int) - Method in class com.jscape.inet.ssh.Ssh
Requests terminal window change on the server side.
reset() - Method in class com.jscape.inet.telnet.TelnetInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.

S

SERVICE_CONNECTION - Static variable in class com.jscape.inet.ssh.Ssh
 
SERVICE_USERAUTH - Static variable in class com.jscape.inet.ssh.Ssh
 
SSCL - class com.jscape.sscl.SSCL.
Runs a script using commands defined in the Secure Shell Command Line language.
SSCL() - Constructor for class com.jscape.sscl.SSCL
Constructs new SSCL instance.
SSCLException - exception com.jscape.sscl.SSCLException.
Thrown by SSCL class when an error occurs during processing of SSCL script.
SSCLException(String) - Constructor for class com.jscape.sscl.SSCLException
Constructs a new SSCLException instance.
SSCLException(String, Exception) - Constructor for class com.jscape.sscl.SSCLException
Constructs a new SSCLException instance.
Ssh - class com.jscape.inet.ssh.Ssh.
Implements the basic functionality of a SSH2 (Secure Shell) client.
Ssh(SshParameters, SshConfiguration) - Constructor for class com.jscape.inet.ssh.Ssh
Constructs a new Ssh instance.
Ssh(SshParameters) - Constructor for class com.jscape.inet.ssh.Ssh
Constructs a new Ssh instance
Ssh(String, int, String, String, SshConfiguration) - Constructor for class com.jscape.inet.ssh.Ssh
Constructs a new Ssh instance.
Ssh(String, int, String, String) - Constructor for class com.jscape.inet.ssh.Ssh
Constructs a new Ssh instance.
Ssh(String, int, String) - Constructor for class com.jscape.inet.ssh.Ssh
Constructs a new Ssh instance.
Ssh(String, String, String) - Constructor for class com.jscape.inet.ssh.Ssh
Consructs a new Ssh instance.
Ssh(String, String) - Constructor for class com.jscape.inet.ssh.Ssh
Constructs a new Ssh instance.
SshAdapter - class com.jscape.inet.ssh.SshAdapter.
Implements methods for capturing events sourced from Ssh class.
SshAdapter() - Constructor for class com.jscape.inet.ssh.SshAdapter
 
SshConnectedEvent - class com.jscape.inet.ssh.SshConnectedEvent.
Fired by Ssh instance upon successfull connection to SSH server.
SshConnectedEvent(Object, String, int) - Constructor for class com.jscape.inet.ssh.SshConnectedEvent
Creates SshConnectedEvent.
SshDataReceivedEvent - class com.jscape.inet.ssh.SshDataReceivedEvent.
Fired by Ssh instance when SSH server sends data to client.
SshDataReceivedEvent(Object, String) - Constructor for class com.jscape.inet.ssh.SshDataReceivedEvent
Creates a new SshDataReceivedEvent instance.
SshDisconnectedEvent - class com.jscape.inet.ssh.SshDisconnectedEvent.
Fired by Ssh instance upon disconnect from server.
SshDisconnectedEvent(Object, String, int) - Constructor for class com.jscape.inet.ssh.SshDisconnectedEvent
Created SshDisconnectedEvent.
SshException - exception com.jscape.inet.ssh.SshException.
SshException is thrown by many methods of Ssh class.
SshException(String) - Constructor for class com.jscape.inet.ssh.SshException
Creates exception with specified message string.
SshException(String, Exception) - Constructor for class com.jscape.inet.ssh.SshException
Creates exception with specified message string and source exception
SshHostKeys - class com.jscape.inet.ssh.util.SshHostKeys.
Associative host keys store.
SshHostKeys() - Constructor for class com.jscape.inet.ssh.util.SshHostKeys
 
SshListener - interface com.jscape.inet.ssh.SshListener.
Implements methods for capturing events sourced from Ssh class.
SshParameters - class com.jscape.inet.ssh.util.SshParameters.
Contains information used in establishing a connection to and authenticating with an SSH server.
SshParameters(String, int, String, String, File, String) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, int, String, String, File) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, String, String, File) - Constructor for class com.jscape.inet.ssh.util.Ss