org.apache.xmlrpc.server
Interface XmlRpcHttpServerConfig

All Superinterfaces:
XmlRpcServerConfig
All Known Implementing Classes:
XmlRpcServerConfigImpl

public interface XmlRpcHttpServerConfig
extends XmlRpcServerConfig

HTTP servers configuration.


Method Summary
 boolean isKeepAliveEnabled()
          Returns, whether HTTP keepalive is being enabled.
 

Method Detail

isKeepAliveEnabled

boolean isKeepAliveEnabled()
Returns, whether HTTP keepalive is being enabled.

Returns:
True, if keepalive is enabled, false otherwise.