Class ResponseFilterChain
java.lang.Object
com.yahoo.jdisc.AbstractResource
com.yahoo.jdisc.http.filter.chain.ResponseFilterChain
- All Implemented Interfaces:
Chainable,ResponseFilter,ResponseFilterBase,SharedResource
- Author:
- Simon Thoresen Hult
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.yahoo.jdisc.SharedResource
SharedResource.Debug -
Field Summary
Fields inherited from interface com.yahoo.jdisc.SharedResource
DEBUG, SYSTEM_PROPERTY_NAME_DEBUG -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddestroy()voidstatic ResponseFilternewInstance(ResponseFilter... filters) static ResponseFilternewInstance(List<? extends ResponseFilter> filters) Methods inherited from class com.yahoo.jdisc.AbstractResource
currentState, 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
- Specified by:
filterin interfaceResponseFilter
-
destroy
protected void destroy()- Overrides:
destroyin classAbstractResource
-
newInstance
-
newInstance
-