Class ServerContentEncodingAnnotationFeature
java.lang.Object
org.jboss.resteasy.plugins.interceptors.ServerContentEncodingAnnotationFeature
- All Implemented Interfaces:
- jakarta.ws.rs.container.DynamicFeature
@ConstrainedTo(SERVER)
public class ServerContentEncodingAnnotationFeature
extends Object
implements jakarta.ws.rs.container.DynamicFeature
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconfigure(jakarta.ws.rs.container.ResourceInfo resourceInfo, jakarta.ws.rs.core.FeatureContext configurable) protected ServerContentEncodingAnnotationFiltercreateFilter(Set<String> encodings) getEncodings(Annotation[] annotations) protected booleanisGZipRegistered(jakarta.ws.rs.core.Configuration configuration) 
- 
Constructor Details- 
ServerContentEncodingAnnotationFeaturepublic ServerContentEncodingAnnotationFeature()
 
- 
- 
Method Details- 
configurepublic void configure(jakarta.ws.rs.container.ResourceInfo resourceInfo, jakarta.ws.rs.core.FeatureContext configurable) - Specified by:
- configurein interface- jakarta.ws.rs.container.DynamicFeature
 
- 
isGZipRegisteredprotected boolean isGZipRegistered(jakarta.ws.rs.core.Configuration configuration) 
- 
createFilter
- 
getEncodings
 
-