Class GZIPDecodingInterceptor
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.interceptors.GZIPDecodingInterceptor
 
 
- 
- All Implemented Interfaces:
 javax.ws.rs.ext.ReaderInterceptor
@Provider @Priority(4000) public class GZIPDecodingInterceptor extends Object implements javax.ws.rs.ext.ReaderInterceptor
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGZIPDecodingInterceptor.FinishableGZIPInputStream 
- 
Constructor Summary
Constructors Constructor Description GZIPDecodingInterceptor()GZIPDecodingInterceptor(int maxSize) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectaroundReadFrom(javax.ws.rs.ext.ReaderInterceptorContext context) 
 - 
 
- 
- 
Method Detail
- 
aroundReadFrom
public Object aroundReadFrom(javax.ws.rs.ext.ReaderInterceptorContext context) throws IOException, javax.ws.rs.WebApplicationException
- Specified by:
 aroundReadFromin interfacejavax.ws.rs.ext.ReaderInterceptor- Throws:
 IOExceptionjavax.ws.rs.WebApplicationException
 
 - 
 
 -