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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext configurable) protected ServerContentEncodingAnnotationFilter
createFilter
(Set<String> encodings) getEncodings
(Annotation[] annotations) protected boolean
isGZipRegistered
(javax.ws.rs.core.Configuration configuration)
-
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 interfacejavax.ws.rs.container.DynamicFeature
-
isGZipRegistered
protected boolean isGZipRegistered(javax.ws.rs.core.Configuration configuration) -
createFilter
-
getEncodings
-