Package org.apache.http.config
Class ConnectionConfig
java.lang.Object
org.apache.http.config.ConnectionConfig
- All Implemented Interfaces:
Cloneable
HTTP connection configuration.
- Since:
- 4.3
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected ConnectionConfigclone()static ConnectionConfig.Buildercopy(ConnectionConfig config) static ConnectionConfig.Buildercustom()intinttoString()
-
Field Details
-
DEFAULT
-
-
Method Details
-
getBufferSize
public int getBufferSize() -
getFragmentSizeHint
public int getFragmentSizeHint() -
getCharset
-
getMalformedInputAction
-
getUnmappableInputAction
-
getMessageConstraints
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
toString
-
custom
-
copy
-