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