public interface XmlRpcHttpRequestConfig extends XmlRpcStreamRequestConfig, XmlRpcHttpConfig
XmlRpcClientConfig
for HTTP based transport. Provides details like server URL,
user credentials, and so on.UTF8_ENCODING| Modifier and Type | Method and Description |
|---|---|
String |
getBasicPassword()
Returns the password being used for basic HTTP authentication.
|
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
|
isEnabledForExceptions, isGzipCompressing, isGzipRequestinggetBasicEncoding, isContentLengthOptionalgetEncodinggetTimeZone, isEnabledForExtensionsString getBasicUserName()
String getBasicPassword()
IllegalStateException - A user name is configured, but no password.int getConnectionTimeout()
int getReplyTimeout()
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.