public abstract static class HttpConfigs.BaseHttpConfig extends java.lang.Object implements ChainedHttpConfig
ChainedHttpConfig.ChainedRequest, ChainedHttpConfig.ChainedResponse
HttpConfig.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, wait
actualContext, findCharset, findContentType, findEncoder, findEncoder, findParser, getChainedRequest, getChainedResponse, getContextMap
context, getRequest, getResponse
public BaseHttpConfig(ChainedHttpConfig parent)
public ChainedHttpConfig getParent()
getParent
in interface ChainedHttpConfig
public ChainedHttpConfig configure()
public void context(java.lang.String contentType, java.lang.Object id, java.lang.Object obj)
HttpConfig
Registers a context-level content-type specific object.
context
in interface HttpConfig
contentType
- the content type scope of the mappingid
- the mapping keyobj
- the mapping value