Package to.etc.telnet

Interface Summary
ITelnetClientEvent Event handler when you're interested in Telnet events.
ITelnetCommandHandler This interface allows easy extension of the available telnet commands by allowing a user to add commands to the set.
 

Class Summary
ExtendedPrintWriter  
TelnetPrintWriter A PrintWriter which writes to a telnet session, and which knows about the session.
TelnetServer Implements a Telnet server for log and debugging tasks.
TelnetSession Encapsulates a single session.
TelnetStateThing Known about states for MultiThread-safe objects.
TelnetSysoutMirrorStream This forms a TEE for sysout and the telnet server.
TelnetWriter A writer which outputs data to a Telnet session.