org.apache.xmlrpc.server
Interface XmlRpcHttpServerConfig
- All Superinterfaces:
- org.apache.xmlrpc.XmlRpcConfig, org.apache.xmlrpc.common.XmlRpcHttpConfig, XmlRpcServerConfig, org.apache.xmlrpc.common.XmlRpcStreamConfig
- All Known Implementing Classes:
- XmlRpcServerConfigImpl
public interface XmlRpcHttpServerConfig
- extends XmlRpcServerConfig, org.apache.xmlrpc.common.XmlRpcHttpConfig
HTTP servers configuration.
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
UTF8_ENCODING |
Method Summary |
boolean |
isEnabledForExceptions()
Returns, whether the server may create a "faultCause" element in an error
response. |
boolean |
isKeepAliveEnabled()
Returns, whether HTTP keepalive is being enabled. |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpConfig |
getBasicEncoding, isContentLengthOptional |
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
getEncoding |
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig |
getTimeZone, isEnabledForExtensions |
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!
Copyright © 2001-2007 The Apache Software Foundation. All Rights Reserved.