Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.commons.net.telnet

Interface Summary
TelnetNotificationHandler The TelnetNotificationHandler interface can be used to handle notification of options negotiation commands received on a telnet session.
 

Class Summary
EchoOptionHandler Implements the telnet echo option RFC 857.
EchoOptionHandlerTest JUnit test class for EchoOptionHandler
InvalidTelnetOptionExceptionTest JUnit test class for InvalidTelnetOptionException
SimpleOptionHandler Simple option handler that can be used for options that don't require subnegotiation.
SimpleOptionHandlerTest JUnit test class for SimpleOptionHandler
SuppressGAOptionHandler Implements the telnet suppress go ahead option RFC 858.
SuppressGAOptionHandlerTest JUnit test class for SuppressGAOptionHandler
Telnet  
TelnetClient The TelnetClient class implements the simple network virtual terminal (NVT) for the Telnet protocol according to RFC 854.
TelnetClientFunctionalTest JUnit functional test for TelnetClient.
TelnetClientTest JUnit test class for TelnetClient.s Implements protocol compliance tests
TelnetCommand The TelnetCommand class cannot be instantiated and only serves as a storehouse for telnet command constants.
TelnetInputStream
TelnetOption The TelnetOption class cannot be instantiated and only serves as a storehouse for telnet option constants.
TelnetOptionHandler The TelnetOptionHandler class is the base class to be used for implementing handlers for telnet options.
TelnetOptionHandlerTestAbstract The TelnetOptionHandlerTest is the abstract class for testing TelnetOptionHandler.
TelnetOptionTest JUnit test class for TelnetOption
TelnetOutputStream
TelnetTestResponder Simple stream responder.
TelnetTestSimpleServer Simple TCP server.
TerminalTypeOptionHandler Implements the telnet terminal type option RFC 1091.
TerminalTypeOptionHandlerTest JUnit test class for TerminalTypeOptionHandler
 

Exception Summary
InvalidTelnetOptionException The InvalidTelnetOptionException is the exception that is thrown whenever a TelnetOptionHandler with an invlaid option code is registered in TelnetClient with addOptionHandler.