Class ContentCodecRegistry.Codec
- java.lang.Object
-
- org.apache.hc.client5.http.entity.compress.ContentCodecRegistry.Codec
-
- Enclosing class:
- ContentCodecRegistry
static final class ContentCodecRegistry.Codec extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Codec(java.util.function.UnaryOperator<org.apache.hc.core5.http.HttpEntity> enc, java.util.function.UnaryOperator<org.apache.hc.core5.http.HttpEntity> dec)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static ContentCodecRegistry.CodecdecodeOnly(java.util.function.UnaryOperator<org.apache.hc.core5.http.HttpEntity> d)(package private) static ContentCodecRegistry.CodecencodeOnly(java.util.function.UnaryOperator<org.apache.hc.core5.http.HttpEntity> e)
-
-
-
Method Detail
-
encodeOnly
static ContentCodecRegistry.Codec encodeOnly(java.util.function.UnaryOperator<org.apache.hc.core5.http.HttpEntity> e)
-
decodeOnly
static ContentCodecRegistry.Codec decodeOnly(java.util.function.UnaryOperator<org.apache.hc.core5.http.HttpEntity> d)
-
-