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 ConnectionConfig
clone()
static ConnectionConfig.Builder
copy
(ConnectionConfig config) static ConnectionConfig.Builder
custom()
int
int
toString()
-
Field Details
-
DEFAULT
-
-
Method Details
-
getBufferSize
public int getBufferSize() -
getFragmentSizeHint
public int getFragmentSizeHint() -
getCharset
-
getMalformedInputAction
-
getUnmappableInputAction
-
getMessageConstraints
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
toString
-
custom
-
copy
-