public class XmlRpcServerConfigImpl extends XmlRpcConfigImpl implements XmlRpcServerConfig, XmlRpcHttpServerConfig
XmlRpcServerConfig.| Constructor and Description |
|---|
XmlRpcServerConfigImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isKeepAliveEnabled()
Returns, whether HTTP keepalive is being enabled.
|
void |
setKeepAliveEnabled(boolean pKeepAliveEnabled)
Sets, whether HTTP keepalive is enabled for this server.
|
public void setKeepAliveEnabled(boolean pKeepAliveEnabled)
pKeepAliveEnabled - True, if keepalive is enabled. False otherwise.public boolean isKeepAliveEnabled()
XmlRpcHttpServerConfigisKeepAliveEnabled in interface XmlRpcHttpServerConfig