public class GzipReaderWriterInterceptor
extends java.lang.Object
Constructor and Description |
---|
GzipReaderWriterInterceptor(boolean requestCompressionEnabled) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
aroundReadFrom(ReaderInterceptorContext context) |
void |
aroundWriteTo(WriterInterceptorContext context) |
public GzipReaderWriterInterceptor(boolean requestCompressionEnabled)
public java.lang.Object aroundReadFrom(ReaderInterceptorContext context) throws java.io.IOException, WebApplicationException
java.io.IOException
WebApplicationException
public void aroundWriteTo(WriterInterceptorContext context) throws java.io.IOException, WebApplicationException
java.io.IOException
WebApplicationException
Copyright © 2018. All Rights Reserved.