| Package | Description |
|---|---|
| naga |
The main Naga classes.
|
| naga.eventmachine |
An optional simple service for driving asynchronous and delayed tasks integrated with the Naga NIOService.
|
| Modifier and Type | Field | Description |
|---|---|---|
static ExceptionObserver |
ExceptionObserver.DEFAULT |
| Modifier and Type | Method | Description |
|---|---|---|
void |
NIOService.setExceptionObserver(ExceptionObserver exceptionObserver) |
Updates the exception observer for the NIOService.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
EventMachine.setObserver(ExceptionObserver observer) |
Sets the ExceptionObserver for this service.
|