Package com.yahoo.jdisc.http.filter
Interface RequestFilter
- All Superinterfaces:
Chainable,RequestFilterBase,com.yahoo.jdisc.SharedResource
- All Known Implementing Classes:
EmptyRequestFilter,RequestFilterChain,SecurityRequestFilterChain
- Author:
- Einar M R Rosenvinge
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.yahoo.jdisc.SharedResource
com.yahoo.jdisc.SharedResource.Debug -
Field Summary
Fields inherited from interface com.yahoo.jdisc.SharedResource
DEBUG, SYSTEM_PROPERTY_NAME_DEBUG -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(HttpRequest request, com.yahoo.jdisc.handler.ResponseHandler handler) Methods inherited from interface com.yahoo.component.chain.model.Chainable
getAnnotatedDependenciesMethods inherited from interface com.yahoo.jdisc.SharedResource
refer, refer, release
-
Method Details
-
filter
-