Uses of Interface
org.apache.xmlrpc.client.XmlRpcHttpClientConfig

Packages that use XmlRpcHttpClientConfig
org.apache.xmlrpc.client   
 

Uses of XmlRpcHttpClientConfig in org.apache.xmlrpc.client
 

Classes in org.apache.xmlrpc.client that implement XmlRpcHttpClientConfig
 class XmlRpcClientConfigImpl
          Default implementation of a clients request configuration.
 

Methods in org.apache.xmlrpc.client with parameters of type XmlRpcHttpClientConfig
protected  boolean XmlRpcLiteHttpTransport.isUsingByteArrayOutput(XmlRpcHttpClientConfig pConfig)
           
protected  boolean XmlRpcHttpTransport.isUsingByteArrayOutput(XmlRpcHttpClientConfig pConfig)
           
protected  org.apache.commons.httpclient.methods.PostMethod XmlRpcCommonsTransport.newPostMethod(XmlRpcHttpClientConfig pConfig)
           
protected  void XmlRpcHttpTransport.setCompressionHeaders(XmlRpcHttpClientConfig pConfig)
           
protected  void XmlRpcHttpTransport.setCredentials(XmlRpcHttpClientConfig pConfig)
           
protected  void XmlRpcCommonsTransport.setCredentials(XmlRpcHttpClientConfig pConfig)
           
 



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