Interface OutputFilter

    • Method Detail

      • setResponse

        void setResponse​(Response response)
        Some filters need additional parameters from the response. All the necessary reading can occur in that method, as this method is called after the response header processing is complete.
        Parameters:
        response - The response to associate with this OutputFilter
      • recycle

        void recycle()
        Make the filter ready to process the next request.
      • setBuffer

        void setBuffer​(HttpOutputBuffer buffer)
        Set the next buffer in the filter pipeline.
        Parameters:
        buffer - The next buffer instance