|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlRpcHttpRequestConfigImpl | |
org.apache.xmlrpc.client | |
org.apache.xmlrpc.util | |
org.apache.xmlrpc.webserver |
Uses of XmlRpcHttpRequestConfigImpl in org.apache.xmlrpc.client |
Subclasses of XmlRpcHttpRequestConfigImpl in org.apache.xmlrpc.client | |
class |
XmlRpcClientConfigImpl
Default implementation of a clients request configuration. |
Uses of XmlRpcHttpRequestConfigImpl in org.apache.xmlrpc.util |
Methods in org.apache.xmlrpc.util with parameters of type XmlRpcHttpRequestConfigImpl | |
static void |
HttpUtil.parseAuthorization(XmlRpcHttpRequestConfigImpl pConfig,
java.lang.String pLine)
Parses an "Authorization" header and adds the username and password to pConfig . |
Uses of XmlRpcHttpRequestConfigImpl in org.apache.xmlrpc.webserver |
Subclasses of XmlRpcHttpRequestConfigImpl in org.apache.xmlrpc.webserver | |
class |
RequestData
Web servers extension of XmlRpcHttpRequestConfig ,
which allows to store additional per request data. |
Methods in org.apache.xmlrpc.webserver that return XmlRpcHttpRequestConfigImpl | |
protected XmlRpcHttpRequestConfigImpl |
XmlRpcServletServer.newConfig(HttpServletRequest pRequest)
|
protected XmlRpcHttpRequestConfigImpl |
XmlRpcServletServer.getConfig(HttpServletRequest pRequest)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |