Public Member Functions
org.apache.xmlrpc.common.XmlRpcHttpRequestConfig Interface Reference
Inheritance diagram for org.apache.xmlrpc.common.XmlRpcHttpRequestConfig:
Inheritance graph
[legend]

List of all members.

Public Member Functions

String getBasicPassword ()
String getBasicUserName ()
int getConnectionTimeout ()
int getReplyTimeout ()

Detailed Description

Extension of org.apache.xmlrpc.client.XmlRpcClientConfig for HTTP based transport. Provides details like server URL, user credentials, and so on.

Definition at line 29 of file XmlRpcHttpRequestConfig.java.


Member Function Documentation

Returns the password being used for basic HTTP authentication.

Returns:
Password or null, if no basic HTTP authentication is beind used.
Exceptions:
IllegalStateExceptionA user name is configured, but no password.

Implemented in org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl.

Returns the user name being used for basic HTTP authentication.

Returns:
User name or null, if no basic HTTP authentication is being used.

Implemented in org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl.

Return the connection timeout in milliseconds

Returns:
connection timeout in milliseconds or 0 if no set

Implemented in org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl.

Return the reply timeout in milliseconds

Returns:
reply timeout in milliseconds or 0 if no set

Implemented in org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl.


The documentation for this interface was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50