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 classXmlRpcClientConfigImplDefault 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 voidHttpUtil. 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 classRequestDataWeb 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 XmlRpcHttpRequestConfigImplXmlRpcServletServer. getConfig(javax.servlet.http.HttpServletRequest pRequest)protected XmlRpcHttpRequestConfigImplXmlRpcServletServer. newConfig(javax.servlet.http.HttpServletRequest pRequest)
-