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

List of all members.

Public Member Functions

String getBasicEncoding ()
boolean isContentLengthOptional ()

Detailed Description

Interface of a configuration for HTTP requests.

Definition at line 24 of file XmlRpcHttpConfig.java.


Member Function Documentation

Returns the encoding being used to convert the String "username:password" into bytes.

Returns:
Encoding being used for basic HTTP authentication credentials, or null, if the default encoding (org.apache.xmlrpc.common.XmlRpcStreamRequestConfig#UTF8_ENCODING) is being used.

Implemented in org.apache.xmlrpc.XmlRpcConfigImpl.

Returns, whether a "Content-Length" header may be omitted. The XML-RPC specification demands, that such a header be present.

Returns:
True, if the content length may be omitted.

Implemented in org.apache.xmlrpc.XmlRpcConfigImpl.


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


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