Class GZIPEncodingInterceptor
java.lang.Object
org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor
- All Implemented Interfaces:
javax.ws.rs.ext.WriterInterceptor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaroundWriteTo(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:
aroundWriteToin interfacejavax.ws.rs.ext.WriterInterceptor- Throws:
IOExceptionjavax.ws.rs.WebApplicationException
-