| Package | Description |
|---|---|
| org.apache.commons.net.telnet |
Telnet implementation
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
class |
WindowSizeOptionHandler
Implements 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.
|
(package private) void |
Telnet.addOptionHandler(TelnetOptionHandler opthand)
Registers a new TelnetOptionHandler for this Telnet to use.
|