Class ContentCodecRegistry.Codec
java.lang.Object
org.apache.hc.client5.http.entity.compress.ContentCodecRegistry.Codec
- Enclosing class:
ContentCodecRegistry
- Since:
- 5.6
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final UnaryOperator<org.apache.hc.core5.http.HttpEntity> (package private) final UnaryOperator<org.apache.hc.core5.http.HttpEntity> -
Constructor Summary
ConstructorsConstructorDescriptionCodec(UnaryOperator<org.apache.hc.core5.http.HttpEntity> enc, UnaryOperator<org.apache.hc.core5.http.HttpEntity> dec) -
Method Summary
Modifier and TypeMethodDescription(package private) static ContentCodecRegistry.CodecdecodeOnly(UnaryOperator<org.apache.hc.core5.http.HttpEntity> d) (package private) static ContentCodecRegistry.CodecencodeOnly(UnaryOperator<org.apache.hc.core5.http.HttpEntity> e)
-
Field Details
-
encoder
-
decoder
-
-
Constructor Details
-
Codec
Codec(UnaryOperator<org.apache.hc.core5.http.HttpEntity> enc, UnaryOperator<org.apache.hc.core5.http.HttpEntity> dec)
-
-
Method Details
-
encodeOnly
-
decodeOnly
-