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 class
XmlRpcConfigImpl
Default implementation ofXmlRpcConfig
. -
Uses of XmlRpcHttpConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcHttpConfig 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 XmlRpcHttpConfig Modifier and Type Class Description class
XmlRpcClientConfigImpl
Default 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 interface
XmlRpcHttpRequestConfig
Extension ofXmlRpcClientConfig
for HTTP based transport.Classes in org.apache.xmlrpc.common that implement XmlRpcHttpConfig Modifier and Type Class Description class
XmlRpcHttpRequestConfigImpl
Default 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 interface
XmlRpcHttpServerConfig
HTTP servers configuration.Classes in org.apache.xmlrpc.server that implement XmlRpcHttpConfig Modifier and Type Class Description class
XmlRpcServerConfigImpl
Default implementation ofXmlRpcServerConfig
. -
Uses of XmlRpcHttpConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcHttpConfig Modifier and Type Class Description class
RequestData
Web servers extension ofXmlRpcHttpRequestConfig
, which allows to store additional per request data.
-