public static class HttpConfigs.ThreadSafeHttpConfig extends HttpConfigs.BaseHttpConfig
ChainedHttpConfig.ChainedRequest, ChainedHttpConfig.ChainedResponse
HttpConfig.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, getParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
actualContext, findCharset, findContentType, findEncoder, findEncoder, findParser
context
public ThreadSafeHttpConfig(ChainedHttpConfig parent)
public HttpConfig.Request getRequest()
HttpConfig
Used to retrieve configuration information about the HTTP request.
public HttpConfig.Response getResponse()
HttpConfig
Used 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()