| Package | Description |
|---|---|
| org.apache.commons.net.telnet |
Telnet implementation
|
| Class and Description |
|---|
| InvalidTelnetOptionException
The InvalidTelnetOptionException is the exception that is thrown whenever a TelnetOptionHandler with an invlaid option code is registered in TelnetClient
with addOptionHandler.
|
| Telnet
Telnet implementation class that provides core Telnet protocol functionality.
|
| TelnetClient
The TelnetClient class implements the simple network virtual terminal (NVT) for the Telnet protocol according to RFC 854.
|
| TelnetInputListener
Listener interface used for notification that incoming data is available to be read.
|
| TelnetNotificationHandler
The TelnetNotificationHandler interface can be used to handle notification of options negotiation commands received on a Telnet session.
|
| TelnetOptionHandler
The TelnetOptionHandler class is the base class to be used for implementing handlers for Telnet options.
|