Uses of Interface
org.apache.xmlrpc.common.XmlRpcHttpConfig

Packages that use XmlRpcHttpConfig
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
 class XmlRpcConfigImpl
          Default implementation of XmlRpcConfig.
 

Uses of XmlRpcHttpConfig in org.apache.xmlrpc.client
 

Subinterfaces of XmlRpcHttpConfig in org.apache.xmlrpc.client
 interface XmlRpcHttpClientConfig
          Extension of XmlRpcClientConfig for HTTP based transport.
 

Classes in org.apache.xmlrpc.client that implement XmlRpcHttpConfig
 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
 interface XmlRpcHttpRequestConfig
          Extension of XmlRpcClientConfig for HTTP based transport.
 

Classes in org.apache.xmlrpc.common that implement XmlRpcHttpConfig
 class XmlRpcHttpRequestConfigImpl
          Default implementation of a request configuration.
 

Uses of XmlRpcHttpConfig in org.apache.xmlrpc.server
 

Subinterfaces of XmlRpcHttpConfig in org.apache.xmlrpc.server
 interface XmlRpcHttpServerConfig
          HTTP servers configuration.
 

Classes in org.apache.xmlrpc.server that implement XmlRpcHttpConfig
 class XmlRpcServerConfigImpl
          Default implementation of XmlRpcServerConfig.
 

Uses of XmlRpcHttpConfig in org.apache.xmlrpc.webserver
 

Classes in org.apache.xmlrpc.webserver that implement XmlRpcHttpConfig
 class RequestData
          Web servers extension of XmlRpcHttpRequestConfig, which allows to store additional per request data.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.