Uses of Class
org.apache.hc.client5.http.entity.compress.ContentCodecRegistry.Codec
Packages that use ContentCodecRegistry.Codec
-
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.CodecModifier and TypeFieldDescriptionprivate static final Map<ContentCoding, ContentCodecRegistry.Codec> ContentCodecRegistry.REGISTRYMethods in org.apache.hc.client5.http.entity.compress that return ContentCodecRegistry.CodecModifier and TypeMethodDescription(package private) static ContentCodecRegistry.CodecContentCodecRegistry.Codec.decodeOnly(UnaryOperator<org.apache.hc.core5.http.HttpEntity> d) (package private) static ContentCodecRegistry.CodecContentCodecRegistry.Codec.encodeOnly(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.CodecModifier and TypeMethodDescriptionprivate static Map<ContentCoding, ContentCodecRegistry.Codec> ContentCodecRegistry.build()