Class GZIPDecodingInterceptor
java.lang.Object
org.jboss.resteasy.plugins.interceptors.GZIPDecodingInterceptor
- All Implemented Interfaces:
jakarta.ws.rs.ext.ReaderInterceptor
@Provider
@Priority(4000)
public class GZIPDecodingInterceptor
extends Object
implements jakarta.ws.rs.ext.ReaderInterceptor
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaroundReadFrom
(jakarta.ws.rs.ext.ReaderInterceptorContext context)
-
Constructor Details
-
GZIPDecodingInterceptor
public GZIPDecodingInterceptor(int maxSize) -
GZIPDecodingInterceptor
public GZIPDecodingInterceptor()
-
-
Method Details
-
aroundReadFrom
public Object aroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext context) throws IOException, jakarta.ws.rs.WebApplicationException - Specified by:
aroundReadFrom
in interfacejakarta.ws.rs.ext.ReaderInterceptor
- Throws:
IOException
jakarta.ws.rs.WebApplicationException
-