Uses of Class
org.apache.hc.client5.http.entity.compress.ContentCoding
-
Packages that use ContentCoding Package Description org.apache.hc.client5.http.entity Client specific HTTP entity implementations.org.apache.hc.client5.http.entity.compress -
-
Uses of ContentCoding in org.apache.hc.client5.http.entity
Fields in org.apache.hc.client5.http.entity declared as ContentCoding Modifier and Type Field Description private ContentCodingEntityBuilder. compressWithThe compression algorithm to apply whenbuildingthe finalHttpEntity.Methods in org.apache.hc.client5.http.entity that return ContentCoding Modifier and Type Method Description ContentCodingEntityBuilder. 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 ContentCoding Modifier and Type Method Description EntityBuilderEntityBuilder. 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
Fields in org.apache.hc.client5.http.entity.compress with type parameters of type ContentCoding Modifier and Type Field Description private static java.util.Map<ContentCoding,ContentCodecRegistry.Codec>ContentCodecRegistry. REGISTRYprivate static java.util.Map<java.lang.String,ContentCoding>ContentCoding. TOKEN_LOOKUPMethods in org.apache.hc.client5.http.entity.compress that return ContentCoding Modifier and Type Method Description static ContentCodingContentCoding. fromToken(java.lang.String token)Lookup an enum by its token (caseāinsensitive), ornullif none matches.static ContentCodingContentCoding. valueOf(java.lang.String name)Returns 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 ContentCoding Modifier and Type Method Description private static java.util.Map<ContentCoding,ContentCodecRegistry.Codec>ContentCodecRegistry. build()Methods in org.apache.hc.client5.http.entity.compress with parameters of type ContentCoding Modifier and Type Method Description static java.util.function.UnaryOperator<org.apache.hc.core5.http.HttpEntity>ContentCodecRegistry. decoder(ContentCoding coding)static java.util.function.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)
-