Class ClientGZIPDecodingInterceptor
java.lang.Object
org.jboss.resteasy.reactive.client.interceptors.ClientGZIPDecodingInterceptor
- All Implemented Interfaces:
jakarta.ws.rs.ext.ReaderInterceptor
public class ClientGZIPDecodingInterceptor
extends Object
implements jakarta.ws.rs.ext.ReaderInterceptor
Implementation based on .
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext context)
-
Constructor Details
-
ClientGZIPDecodingInterceptor
public ClientGZIPDecodingInterceptor()
-
-
Method Details
-
aroundReadFrom
public Object aroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext context) throws IOException, jakarta.ws.rs.WebApplicationException - Specified by:
aroundReadFromin interfacejakarta.ws.rs.ext.ReaderInterceptor- Throws:
IOExceptionjakarta.ws.rs.WebApplicationException
-