Class ResponseFilterChain

java.lang.Object
com.yahoo.jdisc.AbstractResource
com.yahoo.jdisc.http.filter.chain.ResponseFilterChain
All Implemented Interfaces:
ResponseFilter, ResponseFilterBase, com.yahoo.jdisc.SharedResource

public final class ResponseFilterChain extends com.yahoo.jdisc.AbstractResource implements ResponseFilter
Author:
Simon Thoresen Hult
  • 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 Type
    Method
    Description
    protected void
     
    void
    filter(com.yahoo.jdisc.Response response, com.yahoo.jdisc.Request request)
     
     
    newInstance(List<? extends ResponseFilter> filters)
     

    Methods inherited from class com.yahoo.jdisc.AbstractResource

    currentState, refer, refer, release, retainCount

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      filter in interface ResponseFilter
    • destroy

      protected void destroy()
      Overrides:
      destroy in class com.yahoo.jdisc.AbstractResource
    • newInstance

      public static ResponseFilter newInstance(ResponseFilter... filters)
    • newInstance

      public static ResponseFilter newInstance(List<? extends ResponseFilter> filters)