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 TypeClassDescriptionclassDefault 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 voidHttpUtil.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 TypeClassDescriptionclassWeb servers extension ofXmlRpcHttpRequestConfig, which allows to store additional per request data.Methods in org.apache.xmlrpc.webserver that return XmlRpcHttpRequestConfigImplModifier and TypeMethodDescriptionprotected XmlRpcHttpRequestConfigImplXmlRpcServletServer.getConfig(javax.servlet.http.HttpServletRequest pRequest) protected XmlRpcHttpRequestConfigImplXmlRpcServletServer.newConfig(javax.servlet.http.HttpServletRequest pRequest)