Interface RequestFilter
- All Known Implementing Classes:
CheckForUpdatesFilter
,EndOfRequestCleanupFilter
,RequestErrorFilter
,StaticFilesFilter
public interface RequestFilter
Filter interface for
RequestHandler
. Implementations of this interface may be
contributed into the RequestHandler service configuration.-
Method Summary
Modifier and TypeMethodDescriptionboolean
service
(Request request, Response response, RequestHandler handler) Returns true if the request has been handled, false otherwise.
-
Method Details
-
service
Returns true if the request has been handled, false otherwise.- Throws:
IOException
-