Package org.apache.hc.core5.http.config
Class CharCodingConfig.Builder
java.lang.Object
org.apache.hc.core5.http.config.CharCodingConfig.Builder
- Enclosing class:
CharCodingConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Charset
private CodingErrorAction
private CodingErrorAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
setCharset
(Charset charset) setMalformedInputAction
(CodingErrorAction malformedInputAction) setUnmappableInputAction
(CodingErrorAction unmappableInputAction)
-
Field Details
-
charset
-
malformedInputAction
-
unmappableInputAction
-
-
Constructor Details
-
Builder
Builder()
-
-
Method Details
-
setCharset
-
setMalformedInputAction
-
setUnmappableInputAction
-
build
-