public class GZIPInInterceptor extends AbstractPhaseInterceptor<Message>
HTTPClientPolicy.setAcceptEncoding(java.lang.String)
to let the server know you can handle compressed responses. To compress
outgoing messages, see GZIPOutInterceptor
. This class was originally
based on one of the CXF samples (configuration_interceptor).Constructor and Description |
---|
GZIPInInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
handleMessage(Message message)
Intercepts a message.
|
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public void handleMessage(Message message)
Interceptor
Apache CXF