public class GZipResponseContentInterceptor extends Object implements ResponseContentInterceptor
ResponseContentInterceptor that compresses the response output to GZip format and sets the proper response
headers.| Constructor and Description |
|---|
GZipResponseContentInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(HttpServletRewrite event,
ResponseContent buffer,
ResponseContentInterceptorChain chain) |
public void intercept(HttpServletRewrite event, ResponseContent buffer, ResponseContentInterceptorChain chain)
intercept in interface ResponseContentInterceptorCopyright © 2021 OCPsoft. All rights reserved.