public interface XmlRpcHttpRequestConfig extends XmlRpcStreamRequestConfig, XmlRpcHttpConfig
org.apache.xmlrpc.client.XmlRpcClientConfig
for HTTP based transport. Provides details like server URL,
user credentials, and so on.UTF8_ENCODING
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBasicPassword()
Returns the password being used for basic HTTP authentication.
|
java.lang.String |
getBasicUserName()
Returns the user name being used for basic HTTP authentication.
|
int |
getConnectionTimeout()
Return the connection timeout in milliseconds
|
int |
getReplyTimeout()
Return the reply timeout in milliseconds
|
isGzipCompressing, isGzipRequesting
getBasicEncoding, isContentLengthOptional
getEncoding
getTimeZone, isEnabledForExtensions
java.lang.String getBasicUserName()
java.lang.String getBasicPassword()
java.lang.IllegalStateException
- A user name is configured, but no password.int getConnectionTimeout()
int getReplyTimeout()