Uses of Interface
org.apache.xmlrpc.common.XmlRpcHttpConfig
-
Packages that use XmlRpcHttpConfig Package Description org.apache.xmlrpc org.apache.xmlrpc.client org.apache.xmlrpc.common org.apache.xmlrpc.server org.apache.xmlrpc.webserver -
-
Uses of XmlRpcHttpConfig in org.apache.xmlrpc
Classes in org.apache.xmlrpc that implement XmlRpcHttpConfig Modifier and Type Class Description classXmlRpcConfigImplDefault implementation ofXmlRpcConfig. -
Uses of XmlRpcHttpConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcHttpConfig in org.apache.xmlrpc.client Modifier and Type Interface Description interfaceXmlRpcHttpClientConfigExtension ofXmlRpcClientConfigfor HTTP based transport.Classes in org.apache.xmlrpc.client that implement XmlRpcHttpConfig Modifier and Type Class Description classXmlRpcClientConfigImplDefault implementation of a clients request configuration. -
Uses of XmlRpcHttpConfig in org.apache.xmlrpc.common
Subinterfaces of XmlRpcHttpConfig in org.apache.xmlrpc.common Modifier and Type Interface Description interfaceXmlRpcHttpRequestConfigExtension ofXmlRpcClientConfigfor HTTP based transport.Classes in org.apache.xmlrpc.common that implement XmlRpcHttpConfig Modifier and Type Class Description classXmlRpcHttpRequestConfigImplDefault implementation of a request configuration. -
Uses of XmlRpcHttpConfig in org.apache.xmlrpc.server
Subinterfaces of XmlRpcHttpConfig in org.apache.xmlrpc.server Modifier and Type Interface Description interfaceXmlRpcHttpServerConfigHTTP servers configuration.Classes in org.apache.xmlrpc.server that implement XmlRpcHttpConfig Modifier and Type Class Description classXmlRpcServerConfigImplDefault implementation ofXmlRpcServerConfig. -
Uses of XmlRpcHttpConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcHttpConfig Modifier and Type Class Description classRequestDataWeb servers extension ofXmlRpcHttpRequestConfig, which allows to store additional per request data.
-