Interface | Description |
---|---|
SelectionHandler |
Class | Description |
---|---|
SelectorThread |
A thread that holds one selector with a given SelectionHandler
|
SelectorThreadPool |
A SelectorThreadPool holds a number of
SelectorThread It is responsible for balancing the work load of each Selector Thread. All SelectorThreads under the same SelectorThreadPool is expected to be using the same SelectionHandler and do the same task |
TimerThread | |
WebServer |
A non block web server that handles the input and output of data though the
network.
|