Package com.yahoo.jdisc.http.filter
Interface ResponseFilter
- All Superinterfaces:
Chainable,ResponseFilterBase,com.yahoo.jdisc.SharedResource
- All Known Implementing Classes:
EmptyResponseFilter,ResponseFilterChain,SecurityResponseFilterChain
- 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(com.yahoo.jdisc.Response response, com.yahoo.jdisc.Request request) Methods inherited from interface com.yahoo.component.chain.model.Chainable
getAnnotatedDependenciesMethods inherited from interface com.yahoo.jdisc.SharedResource
refer, refer, release
-
Method Details
-
filter
void filter(com.yahoo.jdisc.Response response, com.yahoo.jdisc.Request request)
-