You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "b.davanzo@inwind.it" <b....@inwind.it> on 2003/08/10 11:33:21 UTC

[net][telnet] New notification functionality

Hi to all,

A new option negotiation notification functionality has been added to TelnetClient.
The user program can register a TelnetNotificationHandler to a TelnetClient by using the new method registerNotifHandler and it will be notified of any option negotiation command received on the telnet session.
The functionality has been requested by Marco Isella.

Regards,
Bruno