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
Fields in org.apache.hc.client5.http.entity declared as ContentCodingModifier and TypeFieldDescriptionprivate ContentCodingEntityBuilder.compressWithThe compression algorithm to apply whenbuildingthe finalHttpEntity.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.Fields in org.apache.hc.client5.http.entity.compress with type parameters of type ContentCodingModifier and TypeFieldDescriptionprivate static final Map<ContentCoding, ContentCodecRegistry.Codec> ContentCodecRegistry.REGISTRYprivate static final Map<String, ContentCoding> ContentCoding.TOKEN_LOOKUPMethods 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 that return types with arguments of type ContentCodingModifier and TypeMethodDescriptionprivate static Map<ContentCoding, ContentCodecRegistry.Codec> ContentCodecRegistry.build()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) (package private) static booleanCommonsCompressCodecFactory.runtimeAvailable(ContentCoding coding) Best-effort availability probe for optional Commons-Compress codecs.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)