Package org.apache.hc.core5.http.config
Class Http1Config
java.lang.Object
org.apache.hc.core5.http.config.Http1Config
HTTP/1.1 protocol parameters.
Please note that line length is defined in bytes and not characters. This is only relevant however when using non-standard HTTP charsets for protocol elements such as UTF-8.
- Since:
- 4.3
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Http1Config.Buildercopy(Http1Config config) static Http1Config.Buildercustom()intintintintintinttoString()
-
Field Details
-
DEFAULT
-
-
Method Details
-
getBufferSize
public int getBufferSize() -
getChunkSizeHint
public int getChunkSizeHint() -
getWaitForContinueTimeout
-
getMaxLineLength
public int getMaxLineLength() -
getMaxHeaderCount
public int getMaxHeaderCount() -
getMaxEmptyLineCount
public int getMaxEmptyLineCount() -
getInitialWindowSize
public int getInitialWindowSize() -
toString
-
custom
-
copy
-