Package org.apache.http.config
Class ConnectionConfig.Builder
java.lang.Object
org.apache.http.config.ConnectionConfig.Builder
- Enclosing class:
ConnectionConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate Charsetprivate intprivate CodingErrorActionprivate MessageConstraintsprivate CodingErrorAction -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setBufferSize(int bufferSize) setCharset(Charset charset) setFragmentSizeHint(int fragmentSizeHint) setMalformedInputAction(CodingErrorAction malformedInputAction) setMessageConstraints(MessageConstraints messageConstraints) setUnmappableInputAction(CodingErrorAction unmappableInputAction)
-
Field Details
-
bufferSize
private int bufferSize -
fragmentSizeHint
private int fragmentSizeHint -
charset
-
malformedInputAction
-
unmappableInputAction
-
messageConstraints
-
-
Constructor Details
-
Builder
Builder()
-
-
Method Details
-
setBufferSize
-
setFragmentSizeHint
-
setCharset
-
setMalformedInputAction
-
setUnmappableInputAction
-
setMessageConstraints
-
build
-