| This is a simple example of use of TelnetClient.
An external option handler (SimpleTelnetOptionHandler) is used.
Initial configuration requested by TelnetClient will be:
WILL ECHO, WILL SUPPRESS-GA, DO SUPPRESS-GA.
VT100 terminal type will be subnegotiated.
Also, use of the sendAYT(), getLocalOptionState(), getRemoteOptionState()
is demonstrated.
When connected, type AYT to send an AYT command to the server and see
the result.
Type OPT to see a report of the state of the first 25 options.
author: Bruno D'Avanzo |