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, isGzipRequesting
getBasicEncoding, isContentLengthOptional
getEncoding
getTimeZone, isEnabledForExtensions
String getBasicUserName()
String getBasicPassword()
IllegalStateException
- A user name is configured, but no password.int getConnectionTimeout()
int getReplyTimeout()
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.