public static class HttpConfigs.BasicHttpConfig extends HttpConfigs.BaseHttpConfig
ChainedHttpConfig.ChainedRequest, ChainedHttpConfig.ChainedResponseHttpConfig.Auth, HttpConfig.AuthType, HttpConfig.Request, HttpConfig.Response, HttpConfig.Status| Constructor and Description | 
|---|
| BasicHttpConfig(ChainedHttpConfig parent) | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpConfigs.BasicRequest | getChainedRequest() | 
| HttpConfigs.BasicResponse | getChainedResponse() | 
| java.util.Map<java.util.Map.Entry<java.lang.String,java.lang.Object>,java.lang.Object> | getContextMap() | 
| HttpConfigs.BasicRequest | getRequest()Used to retrieve configuration information about the HTTP request. | 
| HttpConfigs.BasicResponse | 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 BasicHttpConfig(ChainedHttpConfig parent)
public HttpConfigs.BasicRequest getRequest()
HttpConfigUsed to retrieve configuration information about the HTTP request.
public HttpConfigs.BasicResponse getResponse()
HttpConfigUsed to retrieve configuration information about the HTTP response.
public HttpConfigs.BasicRequest getChainedRequest()
public HttpConfigs.BasicResponse getChainedResponse()
public java.util.Map<java.util.Map.Entry<java.lang.String,java.lang.Object>,java.lang.Object> getContextMap()