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