Uses of Interface
org.apache.commons.net.telnet.TelnetNotificationHandler
-
Packages that use TelnetNotificationHandler Package Description org.apache.commons.net.telnet Telnet implementation -
-
Uses of TelnetNotificationHandler in org.apache.commons.net.telnet
Methods in org.apache.commons.net.telnet with parameters of type TelnetNotificationHandler Modifier and Type Method Description void
TelnetClient. registerNotifHandler(TelnetNotificationHandler notifhand)
Registers a notification handler to which will be sent notifications of received telnet option negotiation commands.
-