Class GZIPEnabledResponse
-
-
-
- org.apache.tapestry5.http.internal.gzip.GZIPEnabledResponse
-
-
-
- All Implemented Interfaces:
,
public class GZIPEnabledResponse extends
-
-
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)
-
-
-
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:
-
-