Class AcceptEncodingGZIPInterceptor
- java.lang.Object
-
- org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor
-
- All Implemented Interfaces:
ClientExecutionInterceptor
@Provider @Deprecated public class AcceptEncodingGZIPInterceptor extends java.lang.Object implements ClientExecutionInterceptor
Deprecated.Must be used in conjunction with GZIPDecodingInterceptor Sets- Version:
- $Revision: 1 $
-
-
Constructor Summary
Constructors Constructor Description AcceptEncodingGZIPInterceptor()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ClientResponse
execute(ClientExecutionContext ctx)
Deprecated.
-
-
-
Method Detail
-
execute
public ClientResponse execute(ClientExecutionContext ctx) throws java.lang.Exception
Deprecated.- Specified by:
execute
in interfaceClientExecutionInterceptor
- Throws:
java.lang.Exception
-
-