Uses of Class
net.wimpi.telnetd.net.ConnectionEvent

Packages that use ConnectionEvent
net.wimpi.telnetd.net   
net.wimpi.telnetd.shell   
 

Uses of ConnectionEvent in net.wimpi.telnetd.net
 

Methods in net.wimpi.telnetd.net with parameters of type ConnectionEvent
 void ConnectionListener.connectionIdle(ConnectionEvent ce)
          Called when a CONNECTION_IDLE event occured.
 void ConnectionListener.connectionLogoutRequest(ConnectionEvent ce)
          Called when a CONNECTION_LOGOUTREQUEST occured.
 void ConnectionListener.connectionSentBreak(ConnectionEvent ce)
          Called when a CONNECTION_BREAK event occured.
 void ConnectionListener.connectionTimedOut(ConnectionEvent ce)
          Called when a CONNECTION_TIMEDOUT event occured.
 void Connection.processConnectionEvent(ConnectionEvent ce)
          Method called by the io subsystem to pass on a "low-level" event.
 

Uses of ConnectionEvent in net.wimpi.telnetd.shell
 

Methods in net.wimpi.telnetd.shell with parameters of type ConnectionEvent
 void DummyShell.connectionIdle(ConnectionEvent ce)
           
 void DummyShell.connectionLogoutRequest(ConnectionEvent ce)
           
 void DummyShell.connectionSentBreak(ConnectionEvent ce)
           
 void DummyShell.connectionTimedOut(ConnectionEvent ce)
           
 



Copyright © 2010. All Rights Reserved.