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