Uses of Class
org.apache.hc.client5.http.entity.compress.ContentCodecRegistry.Codec
-
Packages that use ContentCodecRegistry.Codec Package Description org.apache.hc.client5.http.entity.compress -
-
Uses of ContentCodecRegistry.Codec in org.apache.hc.client5.http.entity.compress
Fields in org.apache.hc.client5.http.entity.compress with type parameters of type ContentCodecRegistry.Codec Modifier and Type Field Description private static java.util.Map<ContentCoding,ContentCodecRegistry.Codec>ContentCodecRegistry. REGISTRYMethods in org.apache.hc.client5.http.entity.compress that return ContentCodecRegistry.Codec Modifier and Type Method Description (package private) static ContentCodecRegistry.CodecContentCodecRegistry.Codec. decodeOnly(java.util.function.UnaryOperator<org.apache.hc.core5.http.HttpEntity> d)(package private) static ContentCodecRegistry.CodecContentCodecRegistry.Codec. encodeOnly(java.util.function.UnaryOperator<org.apache.hc.core5.http.HttpEntity> e)Methods in org.apache.hc.client5.http.entity.compress that return types with arguments of type ContentCodecRegistry.Codec Modifier and Type Method Description private static java.util.Map<ContentCoding,ContentCodecRegistry.Codec>ContentCodecRegistry. build()
-