Uses of Interface
org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
Packages that use XmlRpcHttpRequestConfig
-
Uses of XmlRpcHttpRequestConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcHttpRequestConfig in org.apache.xmlrpc.clientModifier and TypeInterfaceDescriptioninterface
Extension ofXmlRpcClientConfig
for HTTP based transport.Classes in org.apache.xmlrpc.client that implement XmlRpcHttpRequestConfigModifier and TypeClassDescriptionclass
Default implementation of a clients request configuration. -
Uses of XmlRpcHttpRequestConfig in org.apache.xmlrpc.common
Classes in org.apache.xmlrpc.common that implement XmlRpcHttpRequestConfigModifier and TypeClassDescriptionclass
Default implementation of a request configuration. -
Uses of XmlRpcHttpRequestConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcHttpRequestConfigModifier and TypeClassDescriptionclass
Web servers extension ofXmlRpcHttpRequestConfig
, which allows to store additional per request data.