Uses of Interface
org.apache.commons.net.telnet.TelnetNotificationHandler

Packages that use TelnetNotificationHandler
examples   
org.apache.commons.net.telnet   
 

Uses of TelnetNotificationHandler in examples
 

Classes in examples that implement TelnetNotificationHandler
 class TelnetClientExample
          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 TelnetNotificationHandler
 void TelnetClient.registerNotifHandler(TelnetNotificationHandler notifhand)
          Registers a notification handler to which will be sent notifications of received telnet option negotiation commands.
 



Copyright © 1997-2010 The Apache Software Foundation. All Rights Reserved.