Package org.apache.hc.core5.http.config
Class Http1Config.Builder
java.lang.Object
org.apache.hc.core5.http.config.Http1Config.Builder
- Enclosing class:
Http1Config
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setBufferSize(int bufferSize) setChunkSizeHint(int chunkSizeHint) setInitialWindowSize(int initialWindowSize) setMaxEmptyLineCount(int maxEmptyLineCount) setMaxHeaderCount(int maxHeaderCount) setMaxLineLength(int maxLineLength) setWaitForContinueTimeout(Timeout waitForContinueTimeout)
-
Method Details
-
setBufferSize
-
setChunkSizeHint
-
setWaitForContinueTimeout
-
setMaxLineLength
-
setMaxHeaderCount
-
setMaxEmptyLineCount
-
setInitialWindowSize
-
build
-