Uses of Interface
org.apache.xmlrpc.common.XmlRpcHttpRequestConfig
-
Packages that use XmlRpcHttpRequestConfig Package Description org.apache.xmlrpc.client org.apache.xmlrpc.common org.apache.xmlrpc.webserver -
-
Uses of XmlRpcHttpRequestConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcHttpRequestConfig in org.apache.xmlrpc.client Modifier and Type Interface Description interface
XmlRpcHttpClientConfig
Extension ofXmlRpcClientConfig
for HTTP based transport.Classes in org.apache.xmlrpc.client that implement XmlRpcHttpRequestConfig Modifier and Type Class Description class
XmlRpcClientConfigImpl
Default implementation of a clients request configuration. -
Uses of XmlRpcHttpRequestConfig in org.apache.xmlrpc.common
Classes in org.apache.xmlrpc.common that implement XmlRpcHttpRequestConfig Modifier and Type Class Description class
XmlRpcHttpRequestConfigImpl
Default implementation of a request configuration. -
Uses of XmlRpcHttpRequestConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcHttpRequestConfig Modifier and Type Class Description class
RequestData
Web servers extension ofXmlRpcHttpRequestConfig
, which allows to store additional per request data.
-