public interface RequestProcessor
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
getExceptionHandler()
Returns the exception handler.
|
void |
haveEvents()
A notification that there are incoming requests and responses that are ready for processing.
|
void |
setExceptionHandler(ExceptionHandler exceptionHandler)
Assign an exception handler.
|
void haveEvents()
ExceptionHandler getExceptionHandler()
void setExceptionHandler(ExceptionHandler exceptionHandler)
exceptionHandler
- The exception handler.Copyright © 2012. All Rights Reserved.