org.jboss.resteasy.plugins.interceptors.encoding
Class AcceptEncodingGZIPInterceptor

java.lang.Object
  extended by org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor
All Implemented Interfaces:
ClientExecutionInterceptor

@Provider
public class AcceptEncodingGZIPInterceptor
extends Object
implements ClientExecutionInterceptor

Must be used in conjunction with GZIPDecodingInterceptor

Sets

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
AcceptEncodingGZIPInterceptor()
           
 
Method Summary
 ClientResponse execute(ClientExecutionContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptEncodingGZIPInterceptor

public AcceptEncodingGZIPInterceptor()
Method Detail

execute

public ClientResponse execute(ClientExecutionContext ctx)
                       throws Exception
Specified by:
execute in interface ClientExecutionInterceptor
Throws:
Exception


Copyright © 2011. All Rights Reserved.