org.apache.xmlrpc.common
public class XmlRpcHttpRequestConfigImpl extends XmlRpcConfigImpl implements XmlRpcHttpRequestConfig
| Method Summary | |
|---|---|
| String | getBasicPassword() |
| String | getBasicUserName() |
| int | getConnectionTimeout() |
| int | getReplyTimeout() |
| boolean | isGzipCompressing() |
| boolean | isGzipRequesting() |
| void | setBasicPassword(String pPassword) Sets the password for basic authentication. |
| void | setBasicUserName(String pUser) Sets the user name for basic authentication. |
| void | setConnectionTimeout(int pTimeout) Set the connection timeout in milliseconds. |
| void | setGzipCompressing(boolean pCompressing) Sets, whether gzip compression is being used for
transmitting the request. |
| void | setGzipRequesting(boolean pRequesting) Sets, whether gzip compression is requested for the
response. |
| void | setReplyTimeout(int pTimeout) Set the reply timeout in milliseconds. |
Parameters: pPassword The password.
Parameters: pUser The user name.
Parameters: pTimeout connection timeout, 0 to disable it
Parameters: pCompressing True for enabling gzip compression, false otherwise.
See Also: XmlRpcHttpRequestConfigImpl
Parameters: pRequesting True for requesting gzip compression, false otherwise.
See Also: XmlRpcHttpRequestConfigImpl
Parameters: pTimeout reply timeout, 0 to disable it