Uses of Interface
org.apache.commons.net.telnet.TelnetNotificationHandler
Packages that use TelnetNotificationHandler
Package
Description
Telnet implementation
-
Uses of TelnetNotificationHandler in org.apache.commons.net.examples.telnet
Classes in org.apache.commons.net.examples.telnet that implement TelnetNotificationHandlerModifier and TypeClassDescriptionclass
This is a simple example of use of TelnetClient. -
Uses of TelnetNotificationHandler in org.apache.commons.net.telnet
Methods in org.apache.commons.net.telnet with parameters of type TelnetNotificationHandlerModifier and TypeMethodDescriptionvoid
TelnetClient.registerNotifHandler
(TelnetNotificationHandler notifhand) Registers a notification handler to which will be sent notifications of received telnet option negotiation commands.