org.apache.xmlrpc.server
Interface XmlRpcHttpServerConfig

All Superinterfaces:
XmlRpcConfig, XmlRpcHttpConfig, XmlRpcServerConfig, XmlRpcStreamConfig
All Known Implementing Classes:
XmlRpcServerConfigImpl

public interface XmlRpcHttpServerConfig
extends XmlRpcServerConfig, XmlRpcHttpConfig

HTTP servers configuration.


Field Summary
 
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig
UTF8_ENCODING
 
Method Summary
 boolean isKeepAliveEnabled()
          Returns, whether HTTP keepalive is being enabled.
 
Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig
getTimeZone, isEnabledForExtensions
 
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcHttpConfig
getBasicEncoding, isContentLengthOptional
 
Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig
getEncoding
 

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.