| Interface | Description |
|---|---|
| [source] TelnetInputListener |
Listener interface used for notification that incoming data is
available to be read.
|
| [source] TelnetNotificationHandler |
The TelnetNotificationHandler interface can be used to handle
notification of options negotiation commands received on a telnet
session.
|
| Class | Description |
|---|---|
| [source] EchoOptionHandler |
Implements the telnet echo option RFC 857.
|
| [source] EchoOptionHandlerTest |
JUnit test class for EchoOptionHandler
|
| [source] InvalidTelnetOptionExceptionTest |
JUnit test class for InvalidTelnetOptionException
|
| [source] SimpleOptionHandler |
Simple option handler that can be used for options
that don't require subnegotiation.
|
| [source] SimpleOptionHandlerTest |
JUnit test class for SimpleOptionHandler
|
| [source] SuppressGAOptionHandler |
Implements the telnet suppress go ahead option RFC 858.
|
| [source] SuppressGAOptionHandlerTest |
JUnit test class for SuppressGAOptionHandler
|
| [source] Telnet | |
| [source] TelnetClient |
The TelnetClient class implements the simple network virtual
terminal (NVT) for the Telnet protocol according to RFC 854.
|
| [source] TelnetClientFunctionalTest |
JUnit functional test for TelnetClient.
|
| [source] TelnetClientTest |
JUnit test class for TelnetClient.s
Implements protocol compliance tests
|
| [source] TelnetCommand |
The TelnetCommand class cannot be instantiated and only serves as a
storehouse for telnet command constants.
|
| [source] TelnetInputStream | |
| [source] TelnetOption |
The TelnetOption class cannot be instantiated and only serves as a
storehouse for telnet option constants.
|
| [source] TelnetOptionHandler |
The TelnetOptionHandler class is the base class to be used
for implementing handlers for telnet options.
|
| [source] TelnetOptionHandlerTestAbstract |
The TelnetOptionHandlerTest is the abstract class for
testing TelnetOptionHandler.
|
| [source] TelnetOptionTest |
JUnit test class for TelnetOption
|
| [source] TelnetOutputStream |
Wraps an output stream.
|
| [source] TelnetTestResponder |
Simple stream responder.
|
| [source] TelnetTestSimpleServer |
Simple TCP server.
|
| [source] TerminalTypeOptionHandler |
Implements the telnet terminal type option RFC 1091.
|
| [source] TerminalTypeOptionHandlerTest |
JUnit test class for TerminalTypeOptionHandler
|
| [source] WindowSizeOptionHandler |
Implements the telnet window size option RFC 1073.
|
| [source] WindowSizeOptionHandlerTest |
JUnit test class for TerminalTypeOptionHandler
|
| Exception | Description |
|---|---|
| [source] InvalidTelnetOptionException |
The InvalidTelnetOptionException is the exception that is
thrown whenever a TelnetOptionHandler with an invlaid
option code is registered in TelnetClient with addOptionHandler.
|