SSH Factory

Serialized Form


Package com.jscape.inet.ipclient

Class com.jscape.inet.ipclient.IpClientConnectedEvent extends java.util.EventObject implements Serializable

Serialized Fields

hostname

java.lang.String hostname

port

int port

Class com.jscape.inet.ipclient.IpClientDisconnectedEvent extends java.util.EventObject implements Serializable

Serialized Fields

hostname

java.lang.String hostname

port

int port

Class com.jscape.inet.ipclient.IpClientException extends java.lang.Exception implements Serializable

Serialized Fields

exception

java.lang.Exception exception

Package com.jscape.inet.ssh

Class com.jscape.inet.ssh.SshConnectedEvent extends java.util.EventObject implements Serializable

Serialized Fields

host

java.lang.String host

port

int port

Class com.jscape.inet.ssh.SshDataReceivedEvent extends java.util.EventObject implements Serializable

Serialized Fields

data

java.lang.String data

Class com.jscape.inet.ssh.SshDisconnectedEvent extends java.util.EventObject implements Serializable

Serialized Fields

host

java.lang.String host

port

int port

Class com.jscape.inet.ssh.SshException extends java.lang.Exception implements Serializable

Serialized Fields

exception

java.lang.Exception exception

Class com.jscape.inet.ssh.SshScript extends java.lang.Object implements Serializable

Serialized Fields

head

SshTask head
The first SshTask to be executed by this SshScript


tail

SshTask tail
The last SshTask to be executed by this SshScript


ssh

Ssh ssh
The Ssh instance this SshScript is bound to


active

boolean active
Holds value of property active.


terminator

java.lang.String terminator
Applies this terminator to all SshTask if not null

Class com.jscape.inet.ssh.SshTask extends SshAdapter implements Serializable

Serialized Fields

script

SshScript script
The SshScript responsible for controlling execution of this SshTask


nextTask

SshTask nextTask
The next SshTask to execute after this SshTask is complete


prevTask

SshTask prevTask
The previous SshTask executed before this SshTask


startPrompt

java.lang.String startPrompt
Holds value of property start prompt.


command

java.lang.String command
Holds value of property command.


endPrompt

java.lang.String endPrompt
Holds value of property end prompt.


buffer

java.lang.StringBuffer buffer
Holds value of buffer waiting for start prompt


response

java.lang.StringBuffer response
Holds value of response to command executed


completedResponse

java.lang.String completedResponse
Holds value of final response


status

int status
Holds value of property status.


name

java.lang.String name
Holds value of property name.


terminator

java.lang.String terminator
Holds value used for line termination when sending commands


endPromptTimeout

long endPromptTimeout
Hold value used for end prompt timeout


startPromptTimeout

long startPromptTimeout
Hold value used for start prompt timeout


startPromptRegex

boolean startPromptRegex
Holds whether start prompt is a regular expression


endPromptRegex

boolean endPromptRegex
Holds whether end prompt is a regular expression


startPromptPattern

java.util.regex.Pattern startPromptPattern
Holds the start prompt pattern


endPromptPattern

java.util.regex.Pattern endPromptPattern
Holds the end prompt pattern


timedOut

boolean timedOut
Tracks if task has timed out waiting for end prompt


debug

boolean debug
Enables/disables debug mode for the task


debugStream

java.io.PrintStream debugStream
Debug stream to print debug messages to


regexMatchLength

int regexMatchLength
Number of characters to match against in regular expressions


characterSet

java.lang.String characterSet

sshTaskMonitor

com.jscape.inet.ssh.SshTask.SshTaskMonitor sshTaskMonitor

Class com.jscape.inet.ssh.SshTaskEndEvent extends java.util.EventObject implements Serializable

Serialized Fields

task

SshTask task

Class com.jscape.inet.ssh.SshTaskFailedEvent extends java.util.EventObject implements Serializable

Serialized Fields

task

SshTask task

exception

java.lang.Exception exception

Class com.jscape.inet.ssh.SshTaskStartEvent extends java.util.EventObject implements Serializable

Serialized Fields

task

SshTask task

Class com.jscape.inet.ssh.SshTaskTimeoutEvent extends java.util.EventObject implements Serializable

Serialized Fields

task

SshTask task

Class com.jscape.inet.ssh.SshTaskTimeoutException extends SshException implements Serializable


Package com.jscape.inet.ssh.util

Class com.jscape.inet.ssh.util.SshHostKeys extends java.lang.Object implements Serializable

Serialized Fields

keys

java.util.Map<K,V> keys

Class com.jscape.inet.ssh.util.SshParameters extends java.lang.Object implements Serializable

Serialized Fields

connectionParameters

ConnectionParameters connectionParameters

user

User user

privateKey

java.io.File privateKey

privateKeyPassword

java.lang.String privateKeyPassword

hostKeyVerifier

HostKeyVerifier hostKeyVerifier

Package com.jscape.inet.telnet

Class com.jscape.inet.telnet.DontOptionEvent extends java.util.EventObject implements Serializable

Serialized Fields

option

TelnetOption option

Class com.jscape.inet.telnet.DoOptionEvent extends java.util.EventObject implements Serializable

Serialized Fields

option

TelnetOption option

Class com.jscape.inet.telnet.DoSubOptionEvent extends java.util.EventObject implements Serializable

Serialized Fields

option

TelnetOption option

Class com.jscape.inet.telnet.Telnet extends java.lang.Object implements Serializable

Serialized Fields

timeout

int timeout

characterSet

java.lang.String characterSet

debug

boolean debug
Controls whether debugging output is printed to debug stream.

See Also:
Telnet.getDebug(), Telnet.setDebug(boolean), Telnet.setDebugStream(java.io.PrintStream)

hostname

java.lang.String hostname
Remote hostname or IP address.


port

int port
Remote port.


proxyHostname

java.lang.String proxyHostname

proxyPort

int proxyPort

proxyUsername

java.lang.String proxyUsername

proxyPassword

java.lang.String proxyPassword

proxyType

java.lang.String proxyType

Class com.jscape.inet.telnet.TelnetConnectedEvent extends java.util.EventObject implements Serializable

Serialized Fields

host

java.lang.String host

port

int port

Class com.jscape.inet.telnet.TelnetDataReceivedEvent extends java.util.EventObject implements Serializable

Serialized Fields

data

java.lang.String data

Class com.jscape.inet.telnet.TelnetDisconnectedEvent extends java.util.EventObject implements Serializable

Serialized Fields

host

java.lang.String host

port

int port

Class com.jscape.inet.telnet.TelnetException extends java.lang.Exception implements Serializable

Serialized Fields

exception

java.lang.Exception exception

Class com.jscape.inet.telnet.TelnetScript extends java.lang.Object implements Serializable

Serialized Fields

head

TelnetTask head
The first TelnetTask to be executed by this TelnetScript


tail

TelnetTask tail
The last TelnetTask to be executed by this TelnetScript


telnet

Telnet telnet
The Telnet instance this TelnetScript is bound to


terminator

java.lang.String terminator
Applies this terminator to all TelnetTask if not null

Class com.jscape.inet.telnet.TelnetTask extends TelnetAdapter implements Serializable

Serialized Fields

script

TelnetScript script
The TelnetScript responsible for controlling execution of this TelnetTask


nextTask

TelnetTask nextTask
The next TelnetTask to execute after this TelnetTask is complete


prevTask

TelnetTask prevTask
The previous TelnetTask executed before this TelnetTask


startPrompt

java.lang.String startPrompt
Holds value of property start prompt.


command

java.lang.String command
Holds value of property command.


endPrompt

java.lang.String endPrompt
Holds value of property end prompt.


buffer

java.lang.StringBuffer buffer
Holds value of buffer waiting for start prompt


response

java.lang.StringBuffer response
Holds value of response to command executed


status

int status
Holds value of property status.


name

java.lang.String name
Holds value of property name.


terminator

java.lang.String terminator
Holds value used for line termination when sending commands


endPromptTimeout

long endPromptTimeout
Hold value used for end prompt timeout


startPromptTimeout

long startPromptTimeout
Hold value used for start prompt timeout


startPromptRegex

boolean startPromptRegex
Holds whether start prompt is a regular expression


endPromptRegex

boolean endPromptRegex
Holds whether end prompt is a regular expression


startPromptPattern

java.util.regex.Pattern startPromptPattern
Holds the start prompt pattern


endPromptPattern

java.util.regex.Pattern endPromptPattern
Holds the end prompt pattern


timedOut

boolean timedOut
Flag to track whether this task has timed out


debug

boolean debug
Enables/disables debug mode for the task


debugStream

java.io.PrintStream debugStream
Debug stream to print debug messages to


regexMatchLength

int regexMatchLength
Number of characters to match against in regular expressions


telnetTaskMonitor

com.jscape.inet.telnet.TelnetTask.TelnetTaskMonitor telnetTaskMonitor

Class com.jscape.inet.telnet.TelnetTaskEndEvent extends java.util.EventObject implements Serializable

Serialized Fields

task

TelnetTask task

Class com.jscape.inet.telnet.TelnetTaskFailedEvent extends java.util.EventObject implements Serializable

Serialized Fields

task

TelnetTask task

exception

java.lang.Exception exception

Class com.jscape.inet.telnet.TelnetTaskStartEvent extends java.util.EventObject implements Serializable

Serialized Fields

task

TelnetTask task

Class com.jscape.inet.telnet.TelnetTaskTimeoutEvent extends java.util.EventObject implements Serializable

Serialized Fields

task

TelnetTask task

Class com.jscape.inet.telnet.TelnetTaskTimeoutException extends TelnetException implements Serializable

Serialized Fields

task

TelnetTask task

Class com.jscape.inet.telnet.WillOptionEvent extends java.util.EventObject implements Serializable

Serialized Fields

option

TelnetOption option

Class com.jscape.inet.telnet.WontOptionEvent extends java.util.EventObject implements Serializable

Serialized Fields

option

TelnetOption option

Package com.jscape.sscl

Class com.jscape.sscl.SSCLException extends java.lang.Exception implements Serializable

Serialized Fields

source

java.lang.Exception source


SSH Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved