Class GZIPEncodingInterceptor

java.lang.Object
org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor
All Implemented Interfaces:
javax.ws.rs.ext.WriterInterceptor

@Provider @Priority(4000) public class GZIPEncodingInterceptor extends Object implements javax.ws.rs.ext.WriterInterceptor
Version:
$Revision: 1 $
  • Constructor Details

    • GZIPEncodingInterceptor

      public GZIPEncodingInterceptor()
  • Method Details

    • aroundWriteTo

      public void aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext context) throws IOException, javax.ws.rs.WebApplicationException
      Specified by:
      aroundWriteTo in interface javax.ws.rs.ext.WriterInterceptor
      Throws:
      IOException
      javax.ws.rs.WebApplicationException