org.apache.xmlrpc.server
Interface XmlRpcHttpServerConfig
- XmlRpcConfig, XmlRpcHttpConfig, XmlRpcServerConfig, XmlRpcStreamConfig
- XmlRpcServerConfigImpl
public interface XmlRpcHttpServerConfig
HTTP servers configuration.
isEnabledForExceptions
public boolean isEnabledForExceptions()
Returns, whether the server may create a "faultCause" element in an error
response. Note, that this may be a security issue!
isKeepAliveEnabled
public boolean isKeepAliveEnabled()
Returns, whether HTTP keepalive is being enabled.
- True, if keepalive is enabled, false otherwise.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.