Crossfire JXClient, Trunk
Public Member Functions | List of all members
Dispatcher Interface Reference
Inheritance diagram for Dispatcher:
Inheritance graph
Collaboration diagram for Dispatcher:
Collaboration graph

Public Member Functions

void register (SelectableChannel ch, int ops, Handler h) throws IOException
 

Detailed Description

Base class for the Dispatchers.

Servers use these to obtain ready status, and then to dispatch jobs.

Author
Mark Reinhold
Brad R. Wetmore

Definition at line 52 of file Dispatcher.java.

Member Function Documentation

◆ register()

void Dispatcher.register ( SelectableChannel  ch,
int  ops,
Handler  h 
) throws IOException

Implemented in DispatcherN, and Dispatcher1.

Referenced by AcceptHandler.handle(), Acceptor.run(), and N1.runServer().

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: