Uses of Class
org.apache.commons.net.telnet.TelnetOptionHandler

Packages that use TelnetOptionHandler
org.apache.commons.net.telnet   
 

Uses of TelnetOptionHandler in org.apache.commons.net.telnet
 

Subclasses of TelnetOptionHandler in org.apache.commons.net.telnet
 class EchoOptionHandler
          Implements the telnet echo option RFC 857.
 class SimpleOptionHandler
          Simple option handler that can be used for options that don't require subnegotiation.
 class SuppressGAOptionHandler
          Implements the telnet suppress go ahead option RFC 858.
 class TerminalTypeOptionHandler
          Implements the telnet terminal type option RFC 1091.
 

Methods in org.apache.commons.net.telnet with parameters of type TelnetOptionHandler
 void TelnetClient.addOptionHandler(TelnetOptionHandler opthand)
          Registers a new TelnetOptionHandler for this telnet client to use.
 



Copyright © 1997-2010 The Apache Software Foundation. All Rights Reserved.