Uses of Enum
org.apache.hc.client5.http.entity.compress.ContentCoding
Packages that use ContentCoding
Package
Description
Client specific HTTP entity implementations.
-
Uses of ContentCoding in org.apache.hc.client5.http.entity
Methods in org.apache.hc.client5.http.entity that return ContentCodingModifier and TypeMethodDescriptionEntityBuilder.getCompressWith()Returns the content-coding thatEntityBuilder.build()will apply to the outgoingHttpEntity, ornullwhen no compression has been requested.Methods in org.apache.hc.client5.http.entity with parameters of type ContentCodingModifier and TypeMethodDescriptionEntityBuilder.compressed(ContentCoding coding) Requests that the entity produced by this builder be compressed with the supplied content-coding. -
Uses of ContentCoding in org.apache.hc.client5.http.entity.compress
Subclasses with type arguments of type ContentCoding in org.apache.hc.client5.http.entity.compressModifier and TypeClassDescriptionenumEnumeration of the canonical IANA content-coding tokens supported by HttpClient for HTTP request and response bodies.Methods in org.apache.hc.client5.http.entity.compress that return ContentCodingModifier and TypeMethodDescriptionstatic ContentCodingLookup an enum by its token (caseāinsensitive), ornullif none matches.static ContentCodingReturns the enum constant of this type with the specified name.static ContentCoding[]ContentCoding.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hc.client5.http.entity.compress with parameters of type ContentCodingModifier and TypeMethodDescriptionstatic UnaryOperator<org.apache.hc.core5.http.HttpEntity> ContentCodecRegistry.decoder(ContentCoding coding) static UnaryOperator<org.apache.hc.core5.http.HttpEntity> ContentCodecRegistry.encoder(ContentCoding coding) static org.apache.hc.core5.http.HttpEntityContentCodecRegistry.unwrap(ContentCoding c, org.apache.hc.core5.http.HttpEntity src) static org.apache.hc.core5.http.HttpEntityContentCodecRegistry.wrap(ContentCoding c, org.apache.hc.core5.http.HttpEntity src)