org.apache.http.config
Class ConnectionConfig.Builder
java.lang.Object
org.apache.http.config.ConnectionConfig.Builder
- Enclosing class:
- ConnectionConfig
public static class ConnectionConfig.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.