|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Reactor in org.indi.reactor |
---|
Fields in org.indi.reactor declared as Reactor | |
---|---|
protected Reactor |
SimpleEventHandler.reactor
the reactor the handler is registered with |
Methods in org.indi.reactor with parameters of type Reactor | |
---|---|
EventHandler |
EventHandlerFactory.produce(Reactor r,
java.nio.channels.SelectableChannel ch)
Create a new EventHandler. |
Constructors in org.indi.reactor with parameters of type Reactor | |
---|---|
Acceptor(Reactor r,
EventHandlerFactory f,
int port)
Class Constructor |
|
Connector(Reactor r,
EventHandlerFactory f,
java.lang.String host,
int port)
Class Constructor |
|
OutputQueue(Reactor r,
java.nio.channels.SelectableChannel ch)
class constructor |
|
SimpleEventHandler(Reactor r,
java.nio.channels.SelectableChannel ch)
class constructor |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |