Class ServerContentEncodingAnnotationFeature

  • All Implemented Interfaces:
    javax.ws.rs.container.DynamicFeature

    @ConstrainedTo(SERVER)
    public class ServerContentEncodingAnnotationFeature
    extends Object
    implements javax.ws.rs.container.DynamicFeature
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Constructor Detail

      • ServerContentEncodingAnnotationFeature

        public ServerContentEncodingAnnotationFeature()
    • Method Detail

      • configure

        public void configure​(javax.ws.rs.container.ResourceInfo resourceInfo,
                              javax.ws.rs.core.FeatureContext configurable)
        Specified by:
        configure in interface javax.ws.rs.container.DynamicFeature
      • isGZipRegistered

        protected boolean isGZipRegistered​(javax.ws.rs.core.Configuration configuration)