org.jboss.resteasy.plugins.interceptors.encoding
@Provider public class GZIPDecodingInterceptor extends Object implements MessageBodyReaderInterceptor
Modifier and Type | Class and Description |
---|---|
static class |
GZIPDecodingInterceptor.FinishableGZIPInputStream |
Constructor and Description |
---|
GZIPDecodingInterceptor() |
GZIPDecodingInterceptor(int maxSize) |
public GZIPDecodingInterceptor(int maxSize)
public GZIPDecodingInterceptor()
public Object read(MessageBodyReaderContext context) throws IOException, WebApplicationException
read
in interface MessageBodyReaderInterceptor
IOException
WebApplicationException
Copyright © 2017. All Rights Reserved.