org.apache.xmlrpc.server

Class XmlRpcServerConfigImpl

public class XmlRpcServerConfigImpl extends XmlRpcConfigImpl implements XmlRpcServerConfig, XmlRpcHttpServerConfig

Default implementation of {@link org.apache.xmlrpc.server.XmlRpcServerConfig}.
Method Summary
booleanisKeepAliveEnabled()
voidsetKeepAliveEnabled(boolean pKeepAliveEnabled)
Sets, whether HTTP keepalive is enabled for this server.

Method Detail

isKeepAliveEnabled

public boolean isKeepAliveEnabled()

setKeepAliveEnabled

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

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

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.