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

G

getBytes(int, InputStream) - Method in class com.jscape.inet.telnet.Telnet.ByteDecoder
 
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.
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.
getConnectTimeout() - Method in class com.jscape.inet.ipclient.IpClient
Gets the timeout used when opening a server connection.
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.
getDecodedString(byte[], InputStream) - Method in class com.jscape.inet.telnet.Telnet.ByteDecoder
 
getDecodedString(byte[], InputStream) - Method in class com.jscape.inet.telnet.Telnet.DefaultDecoder
 
getDecodedString(byte[], InputStream) - Method in class com.jscape.inet.telnet.Telnet.EUCKoreanDecoder
 
getDecodedString(byte[], InputStream) - Method in class com.jscape.inet.telnet.Telnet.UTF8Decoder
 
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 exception com.jscape.inet.ipclient.IpClientException
Gets Exception which caused this IpClientException.
getException() - Method in exception 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 exception 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.
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.
getHostKeyVerifier() - Method in class com.jscape.inet.ssh.util.SshParameters
Returns current host key verifier.
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.DontOptionEvent
Gets the TelnetOption sent by Telnet server.
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.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.
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.
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.
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.
getSocketTrafficClass() - Method in class com.jscape.inet.ssh.util.SshParameters
Get socket traffic class
getSource() - Method in exception 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 exception 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 exception com.jscape.inet.telnet.TelnetTaskTimeoutException
Gets the TelnetTask that timed out
getTcpNoDelay() - Method in class com.jscape.inet.ssh.util.SshParameters
Get TCP no delay.
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.telnet.Telnet
Gets the timeout for opening connection to Telnet server.
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.

SSH Factory
A B C D E F G I K M P R S T W
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved