public abstract static class HttpConfigs.BaseHttpConfig extends java.lang.Object implements ChainedHttpConfig
ChainedHttpConfig.ChainedRequest, ChainedHttpConfig.ChainedResponseHttpConfig.Auth, HttpConfig.AuthType, HttpConfig.Request, HttpConfig.Response, HttpConfig.Status| Constructor and Description |
|---|
BaseHttpConfig(ChainedHttpConfig parent) |
| Modifier and Type | Method and Description |
|---|---|
ChainedHttpConfig |
configure() |
void |
context(java.lang.String contentType,
java.lang.Object id,
java.lang.Object obj)
Registers a context-level content-type specific object.
|
ChainedHttpConfig |
getParent() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactualContext, findCharset, findContentType, findEncoder, findEncoder, findParser, getChainedRequest, getChainedResponse, getContextMapcontext, getRequest, getResponsepublic BaseHttpConfig(ChainedHttpConfig parent)
public ChainedHttpConfig getParent()
getParent in interface ChainedHttpConfigpublic ChainedHttpConfig configure()
public void context(java.lang.String contentType,
java.lang.Object id,
java.lang.Object obj)
HttpConfigRegisters a context-level content-type specific object.
context in interface HttpConfigcontentType - the content type scope of the mappingid - the mapping keyobj - the mapping value