Uses of Interface
org.indi.reactor.EventHandler

Uses of EventHandler in org.indi.reactor
 

Classes in org.indi.reactor that implement EventHandler
 class Acceptor
          EventHandler for passive connection establishment.
 class Connector
          EventHandler for active connection estabishment.
 class OutputQueue
          An Output queue that can filled with as many ByteBuffers as requiered.
 class SimpleEventHandler
          A minimal implementation of the EventHandler interface.
 

Methods in org.indi.reactor that return EventHandler
 EventHandler EventHandlerFactory.produce(Reactor r, java.nio.channels.SelectableChannel ch)
          Create a new EventHandler.
 

Methods in org.indi.reactor with parameters of type EventHandler
 void Acceptor.onAccepted(EventHandler h)
          Callbackmethod called after the connection has been established and a new EventHandler has been created and set up to interact with this new conenction
 void Connector.onConnected(EventHandler h)
          Callback method called when the new connection has been established and a new EvendHandler has be created and associated with it
 void Reactor.register(EventHandler h, int ops)
          Registers a new IO-EventHandler with the reactor
 void Reactor.unregister(EventHandler h)
          Unregister a IO-EventHandler
 



Copyright © 2008. All Rights Reserved.