Class ServerContentEncodingAnnotationFeature
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.interceptors.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 Summary
Constructors Constructor Description ServerContentEncodingAnnotationFeature() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext configurable)protected ServerContentEncodingAnnotationFiltercreateFilter(Set<String> encodings)protected Set<String>getEncodings(Annotation[] annotations)protected booleanisGZipRegistered(javax.ws.rs.core.Configuration configuration) 
 - 
 
- 
- 
Method Detail
- 
configure
public void configure(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext configurable)- Specified by:
 configurein interfacejavax.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)
 
 - 
 
 -