Package org.apache.http.config
Class ConnectionConfig
- java.lang.Object
-
- org.apache.http.config.ConnectionConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectionConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description static ConnectionConfigDEFAULT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectionConfig.Buildercopy(ConnectionConfig config)static ConnectionConfig.Buildercustom()intgetBufferSize()CharsetgetCharset()intgetFragmentSizeHint()CodingErrorActiongetMalformedInputAction()MessageConstraintsgetMessageConstraints()CodingErrorActiongetUnmappableInputAction()StringtoString()
-
-
-
Field Detail
-
DEFAULT
public static final ConnectionConfig DEFAULT
-
-
Method Detail
-
getBufferSize
public int getBufferSize()
-
getFragmentSizeHint
public int getFragmentSizeHint()
-
getCharset
public Charset getCharset()
-
getMalformedInputAction
public CodingErrorAction getMalformedInputAction()
-
getUnmappableInputAction
public CodingErrorAction getUnmappableInputAction()
-
getMessageConstraints
public MessageConstraints getMessageConstraints()
-
custom
public static ConnectionConfig.Builder custom()
-
copy
public static ConnectionConfig.Builder copy(ConnectionConfig config)
-
-