| Package | Description | 
|---|---|
| org.apache.commons.net.telnet | Telnet implementation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EchoOptionHandlerImplements the telnet echo option RFC 857. | 
| class  | SimpleOptionHandlerSimple option handler that can be used for options
 that don't require subnegotiation. | 
| class  | SuppressGAOptionHandlerImplements the telnet suppress go ahead option RFC 858. | 
| class  | TerminalTypeOptionHandlerImplements the telnet terminal type option RFC 1091. | 
| class  | WindowSizeOptionHandlerImplements the telnet window size option RFC 1073. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TelnetClient. addOptionHandler(TelnetOptionHandler opthand)Registers a new TelnetOptionHandler for this telnet client to use. | 
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.