public static class HttpConfigs.ThreadSafeHttpConfig extends HttpConfigs.BaseHttpConfig
ChainedHttpConfig.ChainedRequest, ChainedHttpConfig.ChainedResponseHttpConfig.Auth, HttpConfig.AuthType, HttpConfig.Request, HttpConfig.Response, HttpConfig.Status| Constructor and Description | 
|---|
ThreadSafeHttpConfig(ChainedHttpConfig parent)  | 
| Modifier and Type | Method and Description | 
|---|---|
ChainedHttpConfig.ChainedRequest | 
getChainedRequest()  | 
ChainedHttpConfig.ChainedResponse | 
getChainedResponse()  | 
java.util.Map<java.util.Map.Entry<java.lang.String,java.lang.Object>,java.lang.Object> | 
getContextMap()  | 
HttpConfig.Request | 
getRequest()
Used to retrieve configuration information about the HTTP request. 
 | 
HttpConfig.Response | 
getResponse()
Used to retrieve configuration information about the HTTP response. 
 | 
configure, context, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactualContext, findCharset, findContentType, findEncoder, findEncoder, findParsercontextpublic ThreadSafeHttpConfig(ChainedHttpConfig parent)
public HttpConfig.Request getRequest()
HttpConfigUsed to retrieve configuration information about the HTTP request.
public HttpConfig.Response getResponse()
HttpConfigUsed to retrieve configuration information about the HTTP response.
public ChainedHttpConfig.ChainedRequest getChainedRequest()
public ChainedHttpConfig.ChainedResponse getChainedResponse()
public java.util.Map<java.util.Map.Entry<java.lang.String,java.lang.Object>,java.lang.Object> getContextMap()