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 $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
aroundWriteTo
(javax.ws.rs.ext.WriterInterceptorContext context)
-
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 interfacejavax.ws.rs.ext.WriterInterceptor
- Throws:
IOException
javax.ws.rs.WebApplicationException
-