Class EmptyResponseFilter

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

public final class EmptyResponseFilter extends com.yahoo.jdisc.NoopSharedResource implements ResponseFilter
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
    Modifier and Type
    Field
    Description
    static final ResponseFilter
     

    Fields inherited from interface com.yahoo.jdisc.SharedResource

    DEBUG, SYSTEM_PROPERTY_NAME_DEBUG
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    filter(com.yahoo.jdisc.Response response, com.yahoo.jdisc.Request request)
     

    Methods inherited from class com.yahoo.jdisc.NoopSharedResource

    refer, refer, release

    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
  • Field Details

  • Method Details

    • filter

      public void filter(com.yahoo.jdisc.Response response, com.yahoo.jdisc.Request request)
      Specified by:
      filter in interface ResponseFilter