Class GZIPEncodingInterceptor
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.interceptors.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 $
 - Author:
 - Bill Burke
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGZIPEncodingInterceptor.CommittedGZIPOutputStreamstatic classGZIPEncodingInterceptor.EndableGZIPOutputStream 
- 
Constructor Summary
Constructors Constructor Description GZIPEncodingInterceptor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext context) 
 - 
 
- 
- 
Method Detail
- 
aroundWriteTo
public void aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext context) throws IOException, javax.ws.rs.WebApplicationException- Specified by:
 aroundWriteToin interfacejavax.ws.rs.ext.WriterInterceptor- Throws:
 IOExceptionjavax.ws.rs.WebApplicationException
 
 - 
 
 -