Class ServerContentEncodingAnnotationFeature

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

    @ConstrainedTo(SERVER)
    public class ServerContentEncodingAnnotationFeature
    extends java.lang.Object
    implements javax.ws.rs.container.DynamicFeature
    Version:
    $Revision: 1 $
    • 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)
      • getEncodings

        protected java.util.Set<java.lang.String> getEncodings​(java.lang.annotation.Annotation[] annotations)