org.apache.xmlrpc.server
Class XmlRpcServerConfigImpl

java.lang.Object
  extended by XmlRpcConfigImpl
      extended by org.apache.xmlrpc.server.XmlRpcServerConfigImpl
All Implemented Interfaces:
XmlRpcHttpServerConfig, XmlRpcServerConfig

public class XmlRpcServerConfigImpl
extends XmlRpcConfigImpl
implements XmlRpcServerConfig, XmlRpcHttpServerConfig

Default implementation of XmlRpcServerConfig.


Constructor Summary
XmlRpcServerConfigImpl()
           
 
Method Summary
 boolean isKeepAliveEnabled()
          Returns, whether HTTP keepalive is being enabled.
 void setKeepAliveEnabled(boolean pKeepAliveEnabled)
          Sets, whether HTTP keepalive is enabled for this server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcServerConfigImpl

public XmlRpcServerConfigImpl()
Method Detail

setKeepAliveEnabled

public void setKeepAliveEnabled(boolean pKeepAliveEnabled)
Sets, whether HTTP keepalive is enabled for this server.

Parameters:
pKeepAliveEnabled - True, if keepalive is enabled. False otherwise.

isKeepAliveEnabled

public boolean isKeepAliveEnabled()
Description copied from interface: XmlRpcHttpServerConfig
Returns, whether HTTP keepalive is being enabled.

Specified by:
isKeepAliveEnabled in interface XmlRpcHttpServerConfig
Returns:
True, if keepalive is enabled, false otherwise.