Secure iNet Factory

Uses of Package
com.jscape.inet.telnet

Packages that use com.jscape.inet.telnet
com.jscape.inet.telnet Contains classes for communicating with telnet servers. 
com.jscape.inet.telnet.options Contains various option negotiation classes for the telnet protocol. 
com.jscape.inet.telnetssh Contains classes for securely communicating with telnet servers using an encryted SSH tunnel. 
com.jscape.inet.telnetssl Contains classes for securely communicating with telnet servers using SSL. 
com.jscape.inet.terminal Contains classes for parsing vt100 emulated data from a telnet server. 
 

Classes in com.jscape.inet.telnet used by com.jscape.inet.telnet
DontOptionEvent
          Fired by Telnet instance when a DONT OPTION command is received from the Telnet server.
DoOptionEvent
          Fired by Telnet instance when a DO OPTION command is received from the Telnet server.
DoSubOptionEvent
          Fired by Telnet instance when a SB OPTION command is received from the Telnet server.
Telnet
          Implements the basic functionality of a Telnet client as defined in RFC 854.
Telnet.ByteDecoder
          Byte Decoder
TelnetAdapter
          Implements methods for capturing events sourced from Telnet class.
TelnetConnectedEvent
          Fired by Telnet instance upon successfull connection to Telnet server.
TelnetDataReceivedEvent
          Fired by Telnet instance when Telnet server sends data to client.
TelnetDisconnectedEvent
          Fired by Telnet instance upon disconnect from server.
TelnetException
          TelnetException is thrown by many methods of Telnet class.
TelnetListener
          Implements methods for capturing events sourced from Telnet class.
TelnetOption
          TelnetOption class enables developers to implement and use existing and future telnet protocol options.
TelnetScript
          The TelnetScript class provides a simple way of running a set of batch scripted commands against a TelnetServer.
TelnetScriptListener
          Implements methods for capturing events sourced from TelnetScript class.
TelnetTask
          The TelnetTask class represents a command to be executed in batch (non-interactive) mode.
TelnetTaskEndEvent
          Fired when a TelnetTask has completed
TelnetTaskFailedEvent
          Fired when a TelnetTask has failed to complete
TelnetTaskStartEvent
          Fired when a TelnetTask is started
TelnetTaskTimeoutEvent
          Fired when a TelnetTask has exceeded the defined timeout
WillOptionEvent
          Fired by Telnet instance when a WILL OPTION command is received from the Telnet server.
WontOptionEvent
          Fired by Telnet instance when a WONT OPTION command is received from the Telnet server.
 

Classes in com.jscape.inet.telnet used by com.jscape.inet.telnet.options
TelnetOption
          TelnetOption class enables developers to implement and use existing and future telnet protocol options.
 

Classes in com.jscape.inet.telnet used by com.jscape.inet.telnetssh
Telnet
          Implements the basic functionality of a Telnet client as defined in RFC 854.
TelnetException
          TelnetException is thrown by many methods of Telnet class.
 

Classes in com.jscape.inet.telnet used by com.jscape.inet.telnetssl
Telnet
          Implements the basic functionality of a Telnet client as defined in RFC 854.
TelnetException
          TelnetException is thrown by many methods of Telnet class.
 

Classes in com.jscape.inet.telnet used by com.jscape.inet.terminal
DontOptionEvent
          Fired by Telnet instance when a DONT OPTION command is received from the Telnet server.
DoOptionEvent
          Fired by Telnet instance when a DO OPTION command is received from the Telnet server.
DoSubOptionEvent
          Fired by Telnet instance when a SB OPTION command is received from the Telnet server.
TelnetConnectedEvent
          Fired by Telnet instance upon successfull connection to Telnet server.
TelnetDataReceivedEvent
          Fired by Telnet instance when Telnet server sends data to client.
TelnetDisconnectedEvent
          Fired by Telnet instance upon disconnect from server.
TelnetException
          TelnetException is thrown by many methods of Telnet class.
TelnetListener
          Implements methods for capturing events sourced from Telnet class.
WillOptionEvent
          Fired by Telnet instance when a WILL OPTION command is received from the Telnet server.
WontOptionEvent
          Fired by Telnet instance when a WONT OPTION command is received from the Telnet server.
 


Secure iNet Factory

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