Class ServerContentEncodingAnnotationFeature

java.lang.Object
org.jboss.resteasy.plugins.interceptors.encoding.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 $
  • Constructor Details

    • ServerContentEncodingAnnotationFeature

      public ServerContentEncodingAnnotationFeature()
  • Method Details

    • 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)
    • createFilter

      protected ServerContentEncodingAnnotationFilter createFilter(Set<String> encodings)
    • getEncodings

      protected Set<String> getEncodings(Annotation[] annotations)