org.apache.xmlrpc.common
public interface XmlRpcHttpRequestConfig extends XmlRpcStreamRequestConfig, XmlRpcHttpConfig
| Method Summary | |
|---|---|
| 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 |
Returns: Password or null, if no basic HTTP authentication is beind used.
Throws: IllegalStateException A user name is configured, but no password.
Returns: User name or null, if no basic HTTP authentication is being used.
Returns: connection timeout in milliseconds or 0 if no set
Returns: reply timeout in milliseconds or 0 if no set