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

T

taskEnd(SshTaskEndEvent) - Method in interface com.jscape.inet.ssh.SshScriptListener
Invoked when command for a SshTask completes execution.
taskEnd(TelnetTaskEndEvent) - Method in interface com.jscape.inet.telnet.TelnetScriptListener
Invoked when command for a TelnetTask completes execution.
taskFailed(SshTaskFailedEvent) - Method in interface com.jscape.inet.ssh.SshScriptListener
Invoked when command for a SshTask fails execution.
taskFailed(TelnetTaskFailedEvent) - Method in interface com.jscape.inet.telnet.TelnetScriptListener
Invoked when command for a TelnetTask fails execution.
taskStart(SshTaskStartEvent) - Method in interface com.jscape.inet.ssh.SshScriptListener
Invoked when command for a SshTask begins execution.
taskStart(TelnetTaskStartEvent) - Method in interface com.jscape.inet.telnet.TelnetScriptListener
Invoked when command for a TelnetTask begins execution.
taskTimeout(SshTaskTimeoutEvent) - Method in interface com.jscape.inet.ssh.SshScriptListener
Invoked when a SshTask exceeds timeout waiting for end prompt.
taskTimeout(TelnetTaskTimeoutEvent) - Method in interface com.jscape.inet.telnet.TelnetScriptListener
Invoked when a TelnetTask exceeds timeout waiting for end prompt.
TC_AO - Static variable in class com.jscape.inet.telnet.Telnet
Telnet command : Abort output
TC_AYT - Static variable in class com.jscape.inet.telnet.Telnet
Telnet command : Are You There
TC_BRK - Static variable in class com.jscape.inet.telnet.Telnet
Telnet command : Break.
NVT character BRK.
TC_DM - Static variable in class com.jscape.inet.telnet.Telnet
Telnet command : Data Mark.
The data stream portion of a Synch.
TC_DO - Static variable in class com.jscape.inet.telnet.Telnet
Telnet command : DO.
Indicates the request that the other party perform, or confirmation that you are expecting the other party to perform, the indicated option.
TC_DONT - Static variable in class com.jscape.inet.telnet.Telnet
Telnet command : DON'T.
Indicates the demand that the other party stop performing, or confirmation that you are no longer expecting the other party to perform, the indicated option.
TC_GA - Static variable in class com.jscape.inet.telnet.Telnet
Telnet command : Go ahead
TC_IP - Static variable in class com.jscape.inet.telnet.Telnet
Telnet command : Interrupt Process.
TC_NOP - Static variable in class com.jscape.inet.telnet.Telnet
Telnet command : No operation.
TC_SB - Static variable in class com.jscape.inet.telnet.Telnet
Telnet command : Subnegotiation.
Indicates that what follows is subnegotiation of the indicated option.
TC_SE - Static variable in class com.jscape.inet.telnet.Telnet
Telnet command : End of subnegotiation parameters.
TC_WILL - Static variable in class com.jscape.inet.telnet.Telnet
Telnet command : WILL.
Indicates the desire to begin performing, or confirmation that you are now performing, the indicated option.
TC_WONT - Static variable in class com.jscape.inet.telnet.Telnet
Telnet command : WON'T.
Indicates the refusal to perform, or continue performing, the indicated option.
Telnet - Class in com.jscape.inet.telnet
Implements the basic functionality of a Telnet client as defined in RFC 854.
Telnet(String) - Constructor for class com.jscape.inet.telnet.Telnet
Constructs Telnet object for connection to specified host.
Telnet(String, int) - Constructor for class com.jscape.inet.telnet.Telnet
Constructs Telnet object.
Telnet.ByteDecoder - Class in com.jscape.inet.telnet
Byte Decoder
Telnet.ByteDecoder() - Constructor for class com.jscape.inet.telnet.Telnet.ByteDecoder
 
Telnet.DefaultDecoder - Class in com.jscape.inet.telnet
Default Decoder
Telnet.DefaultDecoder() - Constructor for class com.jscape.inet.telnet.Telnet.DefaultDecoder
 
Telnet.EUCKoreanDecoder - Class in com.jscape.inet.telnet
EUC Korean Decoder
Telnet.EUCKoreanDecoder() - Constructor for class com.jscape.inet.telnet.Telnet.EUCKoreanDecoder
 
Telnet.UTF8Decoder - Class in com.jscape.inet.telnet
UTF8 Decoder
Telnet.UTF8Decoder() - Constructor for class com.jscape.inet.telnet.Telnet.UTF8Decoder
 
TelnetAdapter - Class in com.jscape.inet.telnet
Implements methods for capturing events sourced from Telnet class.
TelnetAdapter() - Constructor for class com.jscape.inet.telnet.TelnetAdapter
 
TelnetConnectedEvent - Class in com.jscape.inet.telnet
Fired by Telnet instance upon successfull connection to Telnet server.
TelnetConnectedEvent(Object, String, int) - Constructor for class com.jscape.inet.telnet.TelnetConnectedEvent
Creates TelnetConnectedEvent.
TelnetDataReceivedEvent - Class in com.jscape.inet.telnet
Fired by Telnet instance when Telnet server sends data to client.
TelnetDataReceivedEvent(Object, String) - Constructor for class com.jscape.inet.telnet.TelnetDataReceivedEvent
Creates a new TelnetDataReceivedEvent instance.
TelnetDisconnectedEvent - Class in com.jscape.inet.telnet
Fired by Telnet instance upon disconnect from server.
TelnetDisconnectedEvent(Object, String, int) - Constructor for class com.jscape.inet.telnet.TelnetDisconnectedEvent
Created TelnetDisconnectedEvent.
TelnetException - Exception in com.jscape.inet.telnet
TelnetException is thrown by many methods of Telnet class.
TelnetException(String) - Constructor for exception com.jscape.inet.telnet.TelnetException
Creates exception with specified message string.
TelnetException(String, Exception) - Constructor for exception com.jscape.inet.telnet.TelnetException
Creates exception with specified message string and source exception
TelnetInputStream - Class in com.jscape.inet.telnet
Specialised input stream used to interpret telnet commands in ASCII stream.
TelnetInputStream(Telnet, InputStream) - Constructor for class com.jscape.inet.telnet.TelnetInputStream
Creates a new TelnetInputStream object.
TelnetListener - Interface in com.jscape.inet.telnet
Implements methods for capturing events sourced from Telnet class.
TelnetOption - Class in com.jscape.inet.telnet
TelnetOption class enables developers to implement and use existing and future telnet protocol options.
TelnetOption(int) - Constructor for class com.jscape.inet.telnet.TelnetOption
Creates a new TelnetOption instance.
TelnetOutputStream - Class in com.jscape.inet.telnet
Specialised output stream used to embed Telnet commands in ASCII stream.
TelnetOutputStream(OutputStream) - Constructor for class com.jscape.inet.telnet.TelnetOutputStream
Creates a new TelnetOutputStream instance.
TelnetOutputStream(OutputStream, String) - Constructor for class com.jscape.inet.telnet.TelnetOutputStream
 
TelnetScript - Class in com.jscape.inet.telnet
The TelnetScript class provides a simple way of running a set of batch scripted commands against a TelnetServer.
TelnetScript(Telnet) - Constructor for class com.jscape.inet.telnet.TelnetScript
Constructs a new TelnetScript instance.
TelnetScript(Telnet, String) - Constructor for class com.jscape.inet.telnet.TelnetScript
Constructs a new TelnetScript instance.
TelnetScriptListener - Interface in com.jscape.inet.telnet
Implements methods for capturing events sourced from TelnetScript class.
TelnetSession - Class in com.jscape.inet.telnet
Convenience class for automating communications with a Telnet server.
TelnetSession(String) - Constructor for class com.jscape.inet.telnet.TelnetSession
Creates a new TelnetSession instance.
TelnetSession(String, boolean) - Constructor for class com.jscape.inet.telnet.TelnetSession
Creates a new TelnetSession instance.
TelnetSession(String, String) - Constructor for class com.jscape.inet.telnet.TelnetSession
Creates a new TelnetSession instance.
TelnetSession(String, String, boolean) - Constructor for class com.jscape.inet.telnet.TelnetSession
Creates a new TelnetSession instance.
TelnetSession(String, int, boolean) - Constructor for class com.jscape.inet.telnet.TelnetSession
Creates a new TelnetSession instance.
TelnetSession(String, int) - Constructor for class com.jscape.inet.telnet.TelnetSession
Creates a new TelnetSession instance.
TelnetSession(String, int, String) - Constructor for class com.jscape.inet.telnet.TelnetSession
Creates a new TelnetSession instance.
TelnetSession(String, int, String, boolean) - Constructor for class com.jscape.inet.telnet.TelnetSession
Creates a new TelnetSession instance.
TelnetTask - Class in com.jscape.inet.telnet
The TelnetTask class represents a command to be executed in batch (non-interactive) mode.
TelnetTask(String, String, String, String) - Constructor for class com.jscape.inet.telnet.TelnetTask
Constructs a new TelnetTask instance.
TelnetTask(String, String, String) - Constructor for class com.jscape.inet.telnet.TelnetTask
Constructs a new TelnetTask instance.
TelnetTaskEndEvent - Class in com.jscape.inet.telnet
Fired when a TelnetTask has completed
TelnetTaskEndEvent(Object, TelnetTask) - Constructor for class com.jscape.inet.telnet.TelnetTaskEndEvent
Creates a new instance of TelnetTaskEndEvent
TelnetTaskFailedEvent - Class in com.jscape.inet.telnet
Fired when a TelnetTask has failed to complete
TelnetTaskFailedEvent(Object, TelnetTask, Exception) - Constructor for class com.jscape.inet.telnet.TelnetTaskFailedEvent
Creates a new instance of TelnetTaskFailedEvent.
TelnetTaskStartEvent - Class in com.jscape.inet.telnet
Fired when a TelnetTask is started
TelnetTaskStartEvent(Object, TelnetTask) - Constructor for class com.jscape.inet.telnet.TelnetTaskStartEvent
Creates a new instance of TelnetTaskStartEvent
TelnetTaskTimeoutEvent - Class in com.jscape.inet.telnet
Fired when a TelnetTask has exceeded the defined timeout
TelnetTaskTimeoutEvent(Object, TelnetTask) - Constructor for class com.jscape.inet.telnet.TelnetTaskTimeoutEvent
Creates a new instance of TelnetTaskEndEvent
TelnetTaskTimeoutException - Exception in com.jscape.inet.telnet
A subclass of TelnetException, this exception is thrown by a TelnetSession instance when using the TelnetSession#send or TelnetSession#sendWait methods and the TelnetTask exceeds the maximum defined timeout waiting for either the start prompt or end prompt.
TelnetTaskTimeoutException(TelnetTask) - Constructor for exception com.jscape.inet.telnet.TelnetTaskTimeoutException
Constructs a new TelnetTaskTimeoutException instance
TerminalType - Class in com.jscape.inet.telnet.options
Represents the TERMINAL TYPE Telnet option as defined in RFC 1091.
TerminalType() - Constructor for class com.jscape.inet.telnet.options.TerminalType
Creates a new TerminalType instance.
TerminalType(String) - Constructor for class com.jscape.inet.telnet.options.TerminalType
Creates a new TerminalType instance.
TimingMark - Class in com.jscape.inet.telnet.options
Telnet TIMING_MARK option as described in RFC 860.
TimingMark() - Constructor for class com.jscape.inet.telnet.options.TimingMark
Creates a new TimingMark instance.
toString() - Method in class com.jscape.inet.ssh.SshConnectedEvent
 
toString() - Method in class com.jscape.inet.ssh.SshDisconnectedEvent
 
toString() - Method in class com.jscape.inet.ssh.util.SshHostKeys
 
toString() - Method in class com.jscape.inet.ssh.util.SshParameters
 
tread() - Method in class com.jscape.inet.telnet.TelnetInputStream
Read data from telnet stream without escaping control characters.
TSC_BEL - Static variable in class com.jscape.inet.telnet.Telnet
Telnet special character : BELL.
Produces an audible or visible signal (which does NOT move the print head).
TSC_BS - Static variable in class com.jscape.inet.telnet.Telnet
Telnet special character : Back Space.
Moves the print head one character position towards the left margin.
TSC_CR - Static variable in class com.jscape.inet.telnet.Telnet
Telnet special character : Carriage Return.
Moves the printer to the left margin of the current line.
TSC_EC - Static variable in class com.jscape.inet.telnet.Telnet
Telnet special character : Erase character
TSC_EL - Static variable in class com.jscape.inet.telnet.Telnet
Telnet special character : Erase line
TSC_FF - Static variable in class com.jscape.inet.telnet.Telnet
Telnet special character : Form Feed.
Moves the printer to the top of the next page, keeping the same horizontal position.
TSC_HT - Static variable in class com.jscape.inet.telnet.Telnet
Telnet special character : Horizontal Tab.
Moves the printer to the next horizontal tab stop.
TSC_IAC - Static variable in class com.jscape.inet.telnet.Telnet
Telnet escape charater : Interpret as Command
TSC_LF - Static variable in class com.jscape.inet.telnet.Telnet
Telnet special character : Line Feed.
Moves the printer to the next print line, keeping the same horizontal position.
TSC_NULL - Static variable in class com.jscape.inet.telnet.Telnet
Telnet special character : No operation
TSC_VT - Static variable in class com.jscape.inet.telnet.Telnet
Telnet special character : Vertical Tab.
Moves the printer to the next vertical tab stop.
twrite(int) - Method in class com.jscape.inet.telnet.TelnetOutputStream
Write data to telnet stream without escaping IAC.
twrite(byte[]) - Method in class com.jscape.inet.telnet.TelnetOutputStream
Write data to telnet stream without escaping IAC.

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