Uses of Class
org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
-
Packages that use XmlRpcHttpRequestConfigImpl Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description static void
HttpUtil. parseAuthorization(XmlRpcHttpRequestConfigImpl pConfig, java.lang.String pLine)
Parses an "Authorization" header and adds the username and password topConfig
. -
Uses of XmlRpcHttpRequestConfigImpl in org.apache.xmlrpc.webserver
Subclasses of XmlRpcHttpRequestConfigImpl in org.apache.xmlrpc.webserver Modifier and Type Class Description class
RequestData
Web servers extension ofXmlRpcHttpRequestConfig
, which allows to store additional per request data.Methods in org.apache.xmlrpc.webserver that return XmlRpcHttpRequestConfigImpl Modifier and Type Method Description protected XmlRpcHttpRequestConfigImpl
XmlRpcServletServer. getConfig(javax.servlet.http.HttpServletRequest pRequest)
protected XmlRpcHttpRequestConfigImpl
XmlRpcServletServer. newConfig(javax.servlet.http.HttpServletRequest pRequest)
-