Class GZIPDecodingInterceptor

  • All Implemented Interfaces:
    javax.ws.rs.ext.ReaderInterceptor

    @Provider
    @Priority(4000)
    public class GZIPDecodingInterceptor
    extends Object
    implements javax.ws.rs.ext.ReaderInterceptor
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Constructor Detail

      • GZIPDecodingInterceptor

        public GZIPDecodingInterceptor​(int maxSize)
      • GZIPDecodingInterceptor

        public GZIPDecodingInterceptor()
    • Method Detail

      • aroundReadFrom

        public Object aroundReadFrom​(javax.ws.rs.ext.ReaderInterceptorContext context)
                              throws IOException,
                                     javax.ws.rs.WebApplicationException
        Specified by:
        aroundReadFrom in interface javax.ws.rs.ext.ReaderInterceptor
        Throws:
        IOException
        javax.ws.rs.WebApplicationException