Package org.apache.xmlrpc.common
Interface XmlRpcStreamConfig
- All Superinterfaces:
XmlRpcConfig
- All Known Subinterfaces:
XmlRpcHttpClientConfig,XmlRpcHttpConfig,XmlRpcHttpRequestConfig,XmlRpcHttpServerConfig,XmlRpcStreamRequestConfig
- All Known Implementing Classes:
RequestData,XmlRpcClientConfigImpl,XmlRpcConfigImpl,XmlRpcHttpRequestConfigImpl,XmlRpcServerConfigImpl
Interface of a configuration for a stream based transport.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the encoding being used for data encoding, when writing to a stream.Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig
getTimeZone, isEnabledForExtensions
-
Field Details
-
UTF8_ENCODING
Default encoding (UTF-8).- See Also:
-
-
Method Details
-
getEncoding
String getEncoding()Returns the encoding being used for data encoding, when writing to a stream.- Returns:
- Suggested encoding, or null, if the
UTF8_ENCODINGis being used.
-