org.apache.xmlrpc.server
public class XmlRpcServerConfigImpl extends XmlRpcConfigImpl implements XmlRpcServerConfig, XmlRpcHttpServerConfig
Method Summary | |
---|---|
boolean | isKeepAliveEnabled() |
void | setKeepAliveEnabled(boolean pKeepAliveEnabled) Sets, whether HTTP keepalive is enabled for this server. |
Parameters: pKeepAliveEnabled True, if keepalive is enabled. False otherwise.