Uses of Interface
org.apache.commons.net.telnet.TelnetNotificationHandler
-
Packages that use TelnetNotificationHandler Package Description examples.telnet org.apache.commons.net.telnet Telnet implementation -
-
Uses of TelnetNotificationHandler in examples.telnet
Classes in examples.telnet that implement TelnetNotificationHandler Modifier and Type Class Description classTelnetClientExampleThis is a simple example of use of TelnetClient. -
Uses of TelnetNotificationHandler in org.apache.commons.net.telnet
Fields in org.apache.commons.net.telnet declared as TelnetNotificationHandler Modifier and Type Field Description private TelnetNotificationHandlerTelnet. __notifhandThe notification handlerMethods in org.apache.commons.net.telnet with parameters of type TelnetNotificationHandler Modifier and Type Method Description voidTelnet. registerNotifHandler(TelnetNotificationHandler notifhand)Registers a notification handler to which will be sent notifications of received telnet option negotiation commands.voidTelnetClient. registerNotifHandler(TelnetNotificationHandler notifhand)Registers a notification handler to which will be sent notifications of received telnet option negotiation commands.
-