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 interfaceXmlRpcHttpClientConfigExtension ofXmlRpcClientConfigfor HTTP based transport.Classes in org.apache.xmlrpc.client that implement XmlRpcHttpRequestConfig Modifier and Type Class Description classXmlRpcClientConfigImplDefault 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 classXmlRpcHttpRequestConfigImplDefault 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 classRequestDataWeb servers extension ofXmlRpcHttpRequestConfig, which allows to store additional per request data.
-