org.apache.http.config
Class ConnectionConfig

java.lang.Object
  extended by org.apache.http.config.ConnectionConfig
All Implemented Interfaces:
Cloneable

@Immutable
public class ConnectionConfig
extends Object
implements Cloneable

HTTP connection configuration.

Since:
4.3

Nested Class Summary
static class ConnectionConfig.Builder
           
 
Field Summary
static ConnectionConfig DEFAULT
           
 
Method Summary
protected  ConnectionConfig clone()
           
static ConnectionConfig.Builder custom()
           
 Charset getCharset()
           
 CodingErrorAction getMalformedInputAction()
           
 MessageConstraints getMessageConstraints()
           
 CodingErrorAction getUnmappableInputAction()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final ConnectionConfig DEFAULT
Method Detail

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.