Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface XmlRpcHttpClientConfig
extends XmlRpcHttpRequestConfig
XmlRpcClientConfig
for HTTP based transport. Provides details like server URL,
user credentials, and so on.
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig | |
UTF8_ENCODING |
Method Summary | |
URL |
|
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig | |
getTimeZone , isEnabledForExtensions |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpConfig | |
getBasicEncoding , isContentLengthOptional |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpRequestConfig | |
getBasicPassword , getBasicUserName , getConnectionTimeout , getReplyTimeout |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig | |
getEncoding |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig | |
isEnabledForExceptions , isGzipCompressing , isGzipRequesting |
public URL getServerURL()
Returns the HTTP servers URL.
- Returns:
- XML-RPC servers URL; for example, this may be the URL of a servlet