Package org.apache.xmlrpc.server
Interface XmlRpcHttpServerConfig
- All Superinterfaces:
XmlRpcConfig,XmlRpcHttpConfig,XmlRpcServerConfig,XmlRpcStreamConfig
- All Known Implementing Classes:
XmlRpcServerConfigImpl
HTTP servers configuration.
-
Field Summary
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig
UTF8_ENCODING -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns, whether the server may create a "faultCause" element in an error response.booleanReturns, whether HTTP keepalive is being enabled.Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig
getTimeZone, isEnabledForExtensionsMethods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpConfig
getBasicEncoding, isContentLengthOptionalMethods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig
getEncoding
-
Method Details
-
isKeepAliveEnabled
boolean isKeepAliveEnabled()Returns, whether HTTP keepalive is being enabled.- Returns:
- True, if keepalive is enabled, false otherwise.
-
isEnabledForExceptions
boolean isEnabledForExceptions()Returns, whether the server may create a "faultCause" element in an error response. Note, that this may be a security issue!
-