Package org.apache.commons.net.telnet


package org.apache.commons.net.telnet
Telnet implementation
  • Class
    Description
    Implements the telnet echo option RFC 857.
    The InvalidTelnetOptionException is the exception that is thrown whenever a TelnetOptionHandler with an invlaid option code is registered in TelnetClient with addOptionHandler.
    Simple option handler that can be used for options that don't require subnegotiation.
    Implements the telnet suppress go ahead option RFC 858.
    The TelnetClient class implements the simple network virtual terminal (NVT) for the Telnet protocol according to RFC 854.
    The TelnetCommand class cannot be instantiated and only serves as a storehouse for telnet command constants.
    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 TelnetOption class cannot be instantiated and only serves as a storehouse for telnet option constants.
    The TelnetOptionHandler class is the base class to be used for implementing handlers for telnet options.
    Implements the telnet terminal type option RFC 1091.
    Implements the telnet window size option RFC 1073.