Class AlreadyGzippedWriterInterceptor

java.lang.Object
org.openremote.container.web.AlreadyGzippedWriterInterceptor
All Implemented Interfaces:
javax.ws.rs.ext.WriterInterceptor

@Provider @Priority(4001) public class AlreadyGzippedWriterInterceptor extends Object implements javax.ws.rs.ext.WriterInterceptor
  • Field Details

    • ALREADY_ZIPPED_MEDIA_TYPES

      public static final String[] ALREADY_ZIPPED_MEDIA_TYPES
  • Constructor Details

    • AlreadyGzippedWriterInterceptor

      public AlreadyGzippedWriterInterceptor()
  • Method Details

    • aroundWriteTo

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