org.apache.xmlrpc.common
Interface XmlRpcHttpConfig
- XmlRpcConfig, XmlRpcStreamConfig
- XmlRpcHttpClientConfig, XmlRpcHttpRequestConfig, XmlRpcHttpServerConfig
- RequestData, XmlRpcClientConfigImpl, XmlRpcConfigImpl, XmlRpcHttpRequestConfigImpl, XmlRpcServerConfigImpl
public interface XmlRpcHttpConfig
Interface of a configuration for HTTP requests.
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.
|
getBasicEncoding
public String getBasicEncoding()
Returns the encoding being used to convert the String "username:password"
into bytes.
isContentLengthOptional
public boolean isContentLengthOptional()
Returns, whether a "Content-Length" header may be
omitted. The XML-RPC specification demands, that such
a header be present.
- True, if the content length may be omitted.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.