Interface RequestHandler
- 
 @UsesOrderedConfiguration(RequestFilter.class) public interface RequestHandler Service interface for the RequestHandler pipeline service. At the end of the pipeline, the service hands off to the master dispatcher service.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanservice(Request request, Response response)Returns true if the request has been handled, false otherwise.
 
-