org.apache.xmlrpc.common
public interface XmlRpcHttpConfig extends XmlRpcStreamConfig
Method Summary | |
---|---|
String | getBasicEncoding() Returns the encoding being used to convert the String "username:password"
into bytes. |
boolean | isContentLengthOptional() Returns, whether a "Content-Length" header may be
omitted. |
Returns: Encoding being used for basic HTTP authentication credentials, or null, if the default encoding ({@link org.apache.xmlrpc.common.XmlRpcStreamRequestConfig#UTF8_ENCODING}) is being used.
Returns: True, if the content length may be omitted.