Package | Description |
---|---|
org.apache.commons.net.telnet |
Telnet implementation
|
Modifier and Type | Method | Description |
---|---|---|
void |
TelnetClient.addOptionHandler(TelnetOptionHandler opthand) |
Registers a new TelnetOptionHandler for this telnet client to use.
|
void |
TelnetClient.deleteOptionHandler(int optcode) |
Unregisters a TelnetOptionHandler.
|