Uses of Interface
org.indi.reactor.EventHandlerFactory

Uses of EventHandlerFactory in org.indi.reactor
 

Fields in org.indi.reactor declared as EventHandlerFactory
protected  EventHandlerFactory Connector.factory
          The EventHandlerFactory used to create new EventHandlers to be associated with the newly created connection
protected  EventHandlerFactory Acceptor.factory
          The EventHandlerFactory used to produce new EventHandlers for new connections
 

Constructors in org.indi.reactor with parameters of type EventHandlerFactory
Acceptor(Reactor r, EventHandlerFactory f, int port)
          Class Constructor
Connector(Reactor r, EventHandlerFactory f, java.lang.String host, int port)
          Class Constructor
 



Copyright © 2008. All Rights Reserved.