Interface RequestFilterV2
-
- All Superinterfaces:
Extension
- All Known Subinterfaces:
AdminRequestFilterV2,StubRequestFilterV2
public interface RequestFilterV2 extends Extension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapplyToAdmin()booleanapplyToStubs()RequestFilterActionfilter(Request request, ServeEvent serveEvent)
-
-
-
Method Detail
-
filter
RequestFilterAction filter(Request request, ServeEvent serveEvent)
-
applyToAdmin
boolean applyToAdmin()
-
applyToStubs
boolean applyToStubs()
-
-