Package com.yahoo.jdisc.http.filter
Class SecurityResponseFilterChain
java.lang.Object
com.yahoo.jdisc.AbstractResource
com.yahoo.jdisc.http.filter.SecurityResponseFilterChain
- All Implemented Interfaces:
Chainable,ResponseFilter,ResponseFilterBase,com.yahoo.jdisc.SharedResource
public class SecurityResponseFilterChain
extends com.yahoo.jdisc.AbstractResource
implements ResponseFilter
Implementation of TypedFilterChain for DiscFilterResponse
- Author:
- Tejal Knot
-
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(RequestView requestView, DiscFilterResponse response) voidfilter(com.yahoo.jdisc.Response response, com.yahoo.jdisc.Request request) Returns an unmodifiable view of the filters in thisstatic ResponseFilternewInstance(SecurityResponseFilter... filters) static ResponseFilternewInstance(List<? extends SecurityResponseFilter> filters) Methods inherited from class com.yahoo.jdisc.AbstractResource
currentState, destroy, refer, refer, release, retainCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.yahoo.component.chain.model.Chainable
getAnnotatedDependenciesMethods inherited from interface com.yahoo.jdisc.SharedResource
refer, refer, release
-
Method Details
-
filter
public void filter(com.yahoo.jdisc.Response response, com.yahoo.jdisc.Request request) - Specified by:
filterin interfaceResponseFilter
-
filter
-
newInstance
-
newInstance
-
getFilters
Returns an unmodifiable view of the filters in this
-