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