Class GZIPEnabledResponse

    • Field Summary

      • Fields inherited from interface javax.servlet.http.

        , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
    • Constructor Summary

      Constructors 
      Constructor Description
       response,  request, int cutover, CompressionAnalyzer analyzer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      getOutputStream()  
      void setContentLength​(int len)  
      • Methods inherited from class javax.servlet.http.

        , , , , , , , , , , , , , , , , , , , ,
      • Methods inherited from class javax.servlet.

        , , , , , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
      • Methods inherited from interface javax.servlet.

        , , , , , , , , , , , ,
    • Constructor Detail

      • GZIPEnabledResponse

        public  response,
                                    request,
                                   int cutover,
                                   CompressionAnalyzer analyzer)
    • Method Detail

      • setContentLength

        public void setContentLength​(int len)
        Specified by:
         in interface 
        Overrides:
         in class 
      • getOutputStream

        public  getOutputStream()
                                            throws 
        Specified by:
         in interface 
        Overrides:
         in class 
        Throws: