org.apache.xmlrpc.common
public interface XmlRpcStreamConfig extends XmlRpcConfig
Field Summary | |
---|---|
static String | UTF8_ENCODING Default encoding (UTF-8). |
Method Summary | |
---|---|
String | getEncoding() Returns the encoding being used for data encoding, when writing
to a stream. |
Returns: Suggested encoding, or null, if the {@link #UTF8_ENCODING} is being used.