| Modifier and Type | Method and Description |
|---|---|
List<RequestHandler> |
ApplicationHandlers.requestHandlers()
Returns the
RequestHandlers for the service. |
| Modifier and Type | Method and Description |
|---|---|
ApplicationHandlers |
ApplicationHandlers.set(RequestHandler... handlers)
Sets the
RequestHandlers for the service. |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestHandler.onEvent(ApplicationEvent<RequestHandler> e) |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestAccounting |
class |
RequestValidator |
| Constructor and Description |
|---|
RequestManager(ApplicationContext context,
String servletName,
ApplicationPipeline<RequestHandler> pipeline)
Creates an instance with the name of the target servlet and a pipeline.
|
Copyright © 2015. All Rights Reserved.