Class Summary |
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. |
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. |
TelnetInputStream |
Specialised input stream used to interpret telnet commands in ASCII stream. |
TelnetOption |
TelnetOption class enables developers to implement and use existing and
future telnet protocol options. |
TelnetOutputStream |
Specialised output stream used to embed Telnet commands
in ASCII stream. |
TelnetScript |
The TelnetScript class provides a simple way of running a set of batch scripted commands against a TelnetServer. |
TelnetSession |
Convenience class for automating communications with a Telnet server. |
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. |