Interface XmlRpcHttpClientConfig

All Superinterfaces:
XmlRpcConfig, XmlRpcHttpConfig, XmlRpcHttpRequestConfig, XmlRpcRequestConfig, XmlRpcStreamConfig, XmlRpcStreamRequestConfig
All Known Implementing Classes:
XmlRpcClientConfigImpl

public interface XmlRpcHttpClientConfig extends XmlRpcHttpRequestConfig
Extension of XmlRpcClientConfig for HTTP based transport. Provides details like server URL, user credentials, and so on.
  • Method Details

    • getServerURL

      URL getServerURL()
      Returns the HTTP servers URL.
      Returns:
      XML-RPC servers URL; for example, this may be the URL of a servlet
    • getUserAgent

      String getUserAgent()
      Returns the user agent header to use
      Returns:
      the http user agent header to set when doing xmlrpc requests