org.apache.xmlrpc
public abstract class XmlRpcConfigImpl extends Object implements XmlRpcConfig, XmlRpcHttpConfig
Method Summary | |
---|---|
String | getBasicEncoding() |
String | getEncoding() |
TimeZone | getTimeZone() |
boolean | isContentLengthOptional() |
boolean | isEnabledForExtensions() |
void | setBasicEncoding(String pEncoding) Sets the encoding for basic authentication. |
void | setContentLengthOptional(boolean pContentLengthOptional) Sets, whether a "Content-Length" header may be
omitted. |
void | setEnabledForExtensions(boolean pExtensions) Sets, whether extensions are enabled. |
void | setEncoding(String pEncoding) Sets the requests encoding. |
void | setTimeZone(TimeZone pTimeZone) Returns the timezone, which is used to interpret date/time
values. |
Parameters: pEncoding The encoding; may be null, in which case UTF-8 is choosen.
Parameters: pContentLengthOptional True, if the content length may be omitted.
Parameters: pExtensions True to enable extensions, false otherwise.
Parameters: pEncoding The requests encoding or null (default UTF-8).