Class AcceptEncodingGZIPFilter

  • All Implemented Interfaces:
    javax.ws.rs.client.ClientRequestFilter

    @Provider
    @Priority(3000)
    public class AcceptEncodingGZIPFilter
    extends java.lang.Object
    implements javax.ws.rs.client.ClientRequestFilter
    Must be used in conjunction with GZIPDecodingInterceptor

    Sets

    Version:
    $Revision: 1 $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void filter​(javax.ws.rs.client.ClientRequestContext ctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AcceptEncodingGZIPFilter

        public AcceptEncodingGZIPFilter()
    • Method Detail

      • filter

        public void filter​(javax.ws.rs.client.ClientRequestContext ctx)
                    throws java.io.IOException
        Specified by:
        filter in interface javax.ws.rs.client.ClientRequestFilter
        Throws:
        java.io.IOException