Uses of Interface
org.apache.xmlrpc.XmlRpcConfig
Packages that use XmlRpcConfig
Package
Description
-
Uses of XmlRpcConfig in org.apache.xmlrpc
Subinterfaces of XmlRpcConfig in org.apache.xmlrpcModifier and TypeInterfaceDescriptioninterface
Interface of a request configuration.Classes in org.apache.xmlrpc that implement XmlRpcConfig -
Uses of XmlRpcConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.clientModifier and TypeInterfaceDescriptioninterface
This interface is being implemented by an Apache XML-RPC clients configuration object.interface
Extension ofXmlRpcClientConfig
for HTTP based transport.interface
Interface of a client configuration for local rpc calls.Classes in org.apache.xmlrpc.client that implement XmlRpcConfigModifier and TypeClassDescriptionclass
Default implementation of a clients request configuration.Methods in org.apache.xmlrpc.client that return XmlRpcConfigModifier and TypeMethodDescriptionXmlRpcClient.getConfig()
Returns the clients default configuration. -
Uses of XmlRpcConfig in org.apache.xmlrpc.common
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.commonModifier and TypeInterfaceDescriptioninterface
Interface of a configuration for HTTP requests.interface
Extension ofXmlRpcClientConfig
for HTTP based transport.interface
Interface of a configuration for a stream based transport.interface
Interface of a client configuration for a transport, which is implemented by writing to a stream.Classes in org.apache.xmlrpc.common that implement XmlRpcConfigModifier and TypeClassDescriptionclass
Default implementation of a request configuration.Methods in org.apache.xmlrpc.common that return XmlRpcConfigModifier and TypeMethodDescriptionabstract XmlRpcConfig
XmlRpcController.getConfig()
Returns the controllers default configuration. -
Uses of XmlRpcConfig in org.apache.xmlrpc.server
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.serverModifier and TypeInterfaceDescriptioninterface
HTTP servers configuration.interface
Server specific extension ofXmlRpcConfig
.Classes in org.apache.xmlrpc.server that implement XmlRpcConfigMethods in org.apache.xmlrpc.server that return XmlRpcConfig -
Uses of XmlRpcConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcConfigModifier and TypeClassDescriptionclass
Web servers extension ofXmlRpcHttpRequestConfig
, which allows to store additional per request data.