org.apache.http.config
Class ConnectionConfig.Builder

java.lang.Object
  extended by org.apache.http.config.ConnectionConfig.Builder
Enclosing class:
ConnectionConfig

public static class ConnectionConfig.Builder
extends Object


Method Summary
 ConnectionConfig build()
           
 Charset getCharset()
           
 ConnectionConfig.Builder setCharset(Charset charset)
           
 ConnectionConfig.Builder setMalformedInputAction(CodingErrorAction malformedInputAction)
           
 ConnectionConfig.Builder setMessageConstraints(MessageConstraints messageConstraints)
           
 ConnectionConfig.Builder setUnmappableInputAction(CodingErrorAction unmappableInputAction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCharset

public Charset getCharset()

setCharset

public ConnectionConfig.Builder setCharset(Charset charset)

setMalformedInputAction

public ConnectionConfig.Builder setMalformedInputAction(CodingErrorAction malformedInputAction)

setUnmappableInputAction

public ConnectionConfig.Builder setUnmappableInputAction(CodingErrorAction unmappableInputAction)

setMessageConstraints

public ConnectionConfig.Builder setMessageConstraints(MessageConstraints messageConstraints)

build

public ConnectionConfig build()


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.