org.apache.xmlrpc.server

Interface XmlRpcHttpServerConfig

public interface XmlRpcHttpServerConfig extends XmlRpcServerConfig, XmlRpcHttpConfig

HTTP servers configuration.
Method Summary
booleanisKeepAliveEnabled()
Returns, whether HTTP keepalive is being enabled.

Method Detail

isKeepAliveEnabled

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

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

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