|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlrpc.XmlRpcConfigImpl
org.apache.xmlrpc.server.XmlRpcServerConfigImpl
Default implementation of XmlRpcServerConfig
.
Field Summary |
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
UTF8_ENCODING |
Constructor Summary | |
XmlRpcServerConfigImpl()
|
Method Summary | |
boolean |
isKeepAliveEnabled()
Returns, whether HTTP keepalive is being enabled. |
void |
setKeepAliveEnabled(boolean pKeepAliveEnabled)
Sets, whether HTTP keepalive is enabled for this server. |
Methods inherited from class org.apache.xmlrpc.XmlRpcConfigImpl |
getBasicEncoding, getEncoding, getTimeZone, isContentLengthOptional, isEnabledForExtensions, setBasicEncoding, setContentLengthOptional, setEnabledForExtensions, setEncoding, setTimeZone |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
Constructor Detail |
public XmlRpcServerConfigImpl()
Method Detail |
public void setKeepAliveEnabled(boolean pKeepAliveEnabled)
pKeepAliveEnabled
- True, if keepalive is enabled. False otherwise.public boolean isKeepAliveEnabled()
XmlRpcHttpServerConfig
isKeepAliveEnabled
in interface XmlRpcHttpServerConfig
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |