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.http
Methods in org.apache.juneau.http that return ContentEncodingModifier and TypeMethodDescriptionstatic final ContentEncoding
HttpHeaders.contentEncoding
(String value) Creates a newContentEncoding
header.static final ContentEncoding
HttpHeaders.contentEncoding
(Supplier<String> value) Creates a newContentEncoding
header with a delayed value. -
Uses of ContentEncoding in org.apache.juneau.http.entity
Methods 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.header
Methods in org.apache.juneau.http.header that return ContentEncodingModifier and TypeMethodDescriptionstatic ContentEncoding
Static creator.static ContentEncoding
Static creator with delayed value. -
Uses of ContentEncoding in org.apache.juneau.http.resource
Methods 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)