Class GZIPEncodingInterceptor

  • All Implemented Interfaces:
    jakarta.ws.rs.ext.WriterInterceptor

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

      • GZIPEncodingInterceptor

        public GZIPEncodingInterceptor()
    • Method Detail

      • aroundWriteTo

        public void aroundWriteTo​(jakarta.ws.rs.ext.WriterInterceptorContext context)
                           throws IOException,
                                  jakarta.ws.rs.WebApplicationException
        Specified by:
        aroundWriteTo in interface jakarta.ws.rs.ext.WriterInterceptor
        Throws:
        IOException
        jakarta.ws.rs.WebApplicationException