public class XmlRpcClientConfigImpl extends org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl implements XmlRpcHttpClientConfig, XmlRpcLocalClientConfig, java.lang.Cloneable, java.io.Serializable
| コンストラクタと説明 |
|---|
XmlRpcClientConfigImpl()
Creates a new client configuration with default settings.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
XmlRpcClientConfigImpl |
cloneMe()
Creates a clone of this client configuration.
|
java.net.URL |
getServerURL()
Returns the HTTP servers URL.
|
java.lang.String |
getUserAgent()
Returns the user agent header to use
|
org.apache.xmlrpc.common.XmlRpcRequestProcessor |
getXmlRpcServer() |
void |
setServerURL(java.net.URL pURL)
Sets the servers URL.
|
void |
setUserAgent(java.lang.String pUserAgent) |
void |
setXmlRpcServer(org.apache.xmlrpc.common.XmlRpcRequestProcessor pServer)
Returns the
XmlRpcRequestProcessor being invoked. |
getBasicPassword, getBasicUserName, getConnectionTimeout, getReplyTimeout, isEnabledForExceptions, isGzipCompressing, isGzipRequesting, setBasicPassword, setBasicUserName, setConnectionTimeout, setEnabledForExceptions, setGzipCompressing, setGzipRequesting, setReplyTimeoutgetBasicEncoding, getEncoding, getTimeZone, isContentLengthOptional, isEnabledForExtensions, setBasicEncoding, setContentLengthOptional, setEnabledForExtensions, setEncoding, setTimeZoneclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasicPassword, getBasicUserName, getConnectionTimeout, getReplyTimeoutisEnabledForExceptions, isGzipCompressing, isGzipRequestingpublic XmlRpcClientConfigImpl()
public XmlRpcClientConfigImpl cloneMe()
public void setServerURL(java.net.URL pURL)
pURL - Servers URLpublic java.net.URL getServerURL()
XmlRpcHttpClientConfiggetServerURL インタフェース内 XmlRpcHttpClientConfigpublic void setXmlRpcServer(org.apache.xmlrpc.common.XmlRpcRequestProcessor pServer)
XmlRpcRequestProcessor being invoked.pServer - Server object being invoked. This will typically
be a singleton instance, but could as well create a new
instance with any call.public org.apache.xmlrpc.common.XmlRpcRequestProcessor getXmlRpcServer()
getXmlRpcServer インタフェース内 org.apache.xmlrpc.common.XmlRpcRequestProcessorFactorypublic java.lang.String getUserAgent()
getUserAgent インタフェース内 XmlRpcHttpClientConfigpublic void setUserAgent(java.lang.String pUserAgent)
pUserAgent - the http user agent header to set when doing xmlrpc requests