Class GZIPEncodingInterceptor
- java.lang.Object
-
- org.jboss.resteasy.plugins.interceptors.GZIPEncodingInterceptor
-
- All Implemented Interfaces:
jakarta.ws.rs.ext.WriterInterceptor
@Provider @Priority(4000) public class GZIPEncodingInterceptor extends Object implements jakarta.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(jakarta.ws.rs.ext.WriterInterceptorContext context)
-
-
-
Method Detail
-
aroundWriteTo
public void aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context) throws IOException, jakarta.ws.rs.WebApplicationException- Specified by:
aroundWriteToin interfacejakarta.ws.rs.ext.WriterInterceptor- Throws:
IOExceptionjakarta.ws.rs.WebApplicationException
-
-