Uses of Interface
org.apache.xmlrpc.XmlRpcConfig
-
Packages that use XmlRpcConfig Package Description org.apache.xmlrpc org.apache.xmlrpc.client org.apache.xmlrpc.common org.apache.xmlrpc.server org.apache.xmlrpc.webserver -
-
Uses of XmlRpcConfig in org.apache.xmlrpc
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc Modifier and Type Interface Description interfaceXmlRpcRequestConfigInterface of a request configuration.Classes in org.apache.xmlrpc that implement XmlRpcConfig Modifier and Type Class Description classXmlRpcConfigImplDefault implementation ofXmlRpcConfig. -
Uses of XmlRpcConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.client Modifier and Type Interface Description interfaceXmlRpcClientConfigThis interface is being implemented by an Apache XML-RPC clients configuration object.interfaceXmlRpcHttpClientConfigExtension ofXmlRpcClientConfigfor HTTP based transport.interfaceXmlRpcLocalClientConfigInterface of a client configuration for local rpc calls.Classes in org.apache.xmlrpc.client that implement XmlRpcConfig Modifier and Type Class Description classXmlRpcClientConfigImplDefault implementation of a clients request configuration.Methods in org.apache.xmlrpc.client that return XmlRpcConfig Modifier and Type Method Description XmlRpcConfigXmlRpcClient. getConfig()Returns the clients default configuration. -
Uses of XmlRpcConfig in org.apache.xmlrpc.common
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.common Modifier and Type Interface Description interfaceXmlRpcHttpConfigInterface of a configuration for HTTP requests.interfaceXmlRpcHttpRequestConfigExtension ofXmlRpcClientConfigfor HTTP based transport.interfaceXmlRpcStreamConfigInterface of a configuration for a stream based transport.interfaceXmlRpcStreamRequestConfigInterface of a client configuration for a transport, which is implemented by writing to a stream.Classes in org.apache.xmlrpc.common that implement XmlRpcConfig Modifier and Type Class Description classXmlRpcHttpRequestConfigImplDefault implementation of a request configuration.Methods in org.apache.xmlrpc.common that return XmlRpcConfig Modifier and Type Method Description abstract XmlRpcConfigXmlRpcController. getConfig()Returns the controllers default configuration. -
Uses of XmlRpcConfig in org.apache.xmlrpc.server
Subinterfaces of XmlRpcConfig in org.apache.xmlrpc.server Modifier and Type Interface Description interfaceXmlRpcHttpServerConfigHTTP servers configuration.interfaceXmlRpcServerConfigServer specific extension ofXmlRpcConfig.Classes in org.apache.xmlrpc.server that implement XmlRpcConfig Modifier and Type Class Description classXmlRpcServerConfigImplDefault implementation ofXmlRpcServerConfig.Methods in org.apache.xmlrpc.server that return XmlRpcConfig Modifier and Type Method Description XmlRpcConfigXmlRpcServer. getConfig() -
Uses of XmlRpcConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcConfig Modifier and Type Class Description classRequestDataWeb servers extension ofXmlRpcHttpRequestConfig, which allows to store additional per request data.
-