Uses of Class
org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl
Packages that use XmlRpcHttpRequestConfigImpl
-
Uses of XmlRpcHttpRequestConfigImpl in org.apache.xmlrpc.client
Subclasses of XmlRpcHttpRequestConfigImpl in org.apache.xmlrpc.clientModifier and TypeClassDescriptionclass
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 XmlRpcHttpRequestConfigImplModifier and TypeMethodDescriptionstatic void
HttpUtil.parseAuthorization
(XmlRpcHttpRequestConfigImpl pConfig, 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.webserverModifier and TypeClassDescriptionclass
Web servers extension ofXmlRpcHttpRequestConfig
, which allows to store additional per request data.Methods in org.apache.xmlrpc.webserver that return XmlRpcHttpRequestConfigImplModifier and TypeMethodDescriptionprotected XmlRpcHttpRequestConfigImpl
XmlRpcServletServer.getConfig
(javax.servlet.http.HttpServletRequest pRequest) protected XmlRpcHttpRequestConfigImpl
XmlRpcServletServer.newConfig
(javax.servlet.http.HttpServletRequest pRequest)