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 and Description |
---|---|
static ExceptionObserver |
ExceptionObserver.DEFAULT |
Modifier and Type | Method and Description |
---|---|
void |
NIOService.setExceptionObserver(ExceptionObserver exceptionObserver)
Updates the exception observer for the NIOService.
|
Modifier and Type | Method and Description |
---|---|
void |
EventMachine.setObserver(ExceptionObserver observer)
Sets the ExceptionObserver for this service.
|