Interface ResponseFilter

All Superinterfaces:
ResponseFilterBase, com.yahoo.jdisc.SharedResource
All Known Implementing Classes:
EmptyResponseFilter, ResponseFilterChain, SecurityResponseFilterChain

public interface ResponseFilter extends com.yahoo.jdisc.SharedResource, ResponseFilterBase
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 Type
    Method
    Description
    void
    filter(com.yahoo.jdisc.Response response, com.yahoo.jdisc.Request request)
     

    Methods 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)