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

I

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.
IpClient - Class in com.jscape.inet.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 in com.jscape.inet.ipclient
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 in com.jscape.inet.ipclient
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 in com.jscape.inet.ipclient
IpClientException is thrown by many methods of IpClient class.
IpClientException(String) - Constructor for exception com.jscape.inet.ipclient.IpClientException
Creates exception with specified message string.
IpClientException(String, Exception) - Constructor for exception com.jscape.inet.ipclient.IpClientException
IpClientException is thrown by many methods of IpClient class.
IpClientListener - Interface in com.jscape.inet.ipclient
Implements methods for capturing connected and disconnected events from IpClient class.
IpClientSsh - Class in com.jscape.inet.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.
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.
isKnownKey(InetAddress, String) - Method in class com.jscape.inet.ssh.util.SshHostKeys
Checks if the store contains the specified host key.
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

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