Uses of Class
org.apache.juneau.http.header.ContentEncoding
Packages that use ContentEncoding
Package
Description
HTTP Entity Beans
HTTP Header Beans
HTTP Resource Beans
- 
Uses of ContentEncoding in org.apache.juneau.httpMethods in org.apache.juneau.http that return ContentEncodingModifier and TypeMethodDescriptionstatic final ContentEncodingHttpHeaders.contentEncoding(String value) Creates a newContentEncodingheader.static final ContentEncodingHttpHeaders.contentEncoding(Supplier<String> value) Creates a newContentEncodingheader with a delayed value.
- 
Uses of ContentEncoding in org.apache.juneau.http.entityMethods in org.apache.juneau.http.entity with parameters of type ContentEncodingModifier and TypeMethodDescriptionBasicHttpEntity.setContentEncoding(ContentEncoding value) Sets the content encoding header on this entity bean.ByteArrayEntity.setContentEncoding(ContentEncoding value) FileEntity.setContentEncoding(ContentEncoding value) ReaderEntity.setContentEncoding(ContentEncoding value) SerializedEntity.setContentEncoding(ContentEncoding value) StreamEntity.setContentEncoding(ContentEncoding value) StringEntity.setContentEncoding(ContentEncoding value) 
- 
Uses of ContentEncoding in org.apache.juneau.http.headerMethods in org.apache.juneau.http.header that return ContentEncodingModifier and TypeMethodDescriptionstatic ContentEncodingStatic creator.static ContentEncodingStatic creator with delayed value.
- 
Uses of ContentEncoding in org.apache.juneau.http.resourceMethods in org.apache.juneau.http.resource with parameters of type ContentEncodingModifier and TypeMethodDescriptionBasicResource.setContentEncoding(ContentEncoding value) Sets the content encoding header on this entity bean.ByteArrayResource.setContentEncoding(ContentEncoding value) FileResource.setContentEncoding(ContentEncoding value) ReaderResource.setContentEncoding(ContentEncoding value) StreamResource.setContentEncoding(ContentEncoding value) StringResource.setContentEncoding(ContentEncoding value)