org.apache.http.config
Class ConnectionConfig
java.lang.Object
org.apache.http.config.ConnectionConfig
- All Implemented Interfaces:
- Cloneable
@Immutable
public class ConnectionConfig
- extends Object
- implements Cloneable
HTTP connection configuration.
- Since:
- 4.3
DEFAULT
public static final ConnectionConfig DEFAULT
getCharset
public Charset getCharset()
getMalformedInputAction
public CodingErrorAction getMalformedInputAction()
getUnmappableInputAction
public CodingErrorAction getUnmappableInputAction()
getMessageConstraints
public MessageConstraints getMessageConstraints()
clone
protected ConnectionConfig clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
toString
public String toString()
- Overrides:
toString
in class Object
custom
public static ConnectionConfig.Builder custom()
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.