public class XmlRpcServerConfigImpl extends XmlRpcConfigImpl implements XmlRpcServerConfig, XmlRpcHttpServerConfig
XmlRpcServerConfig.UTF8_ENCODING| Constructor and Description |
|---|
XmlRpcServerConfigImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabledForExceptions()
Returns, whether the server may create a "faultCause" element in an error
response.
|
boolean |
isKeepAliveEnabled()
Returns, whether HTTP keepalive is being enabled.
|
void |
setEnabledForExceptions(boolean pEnabledForExceptions)
Sets, whether the server may create a "faultCause" element in an error
response.
|
void |
setKeepAliveEnabled(boolean pKeepAliveEnabled)
Sets, whether HTTP keepalive is enabled for this server.
|
getBasicEncoding, getEncoding, getTimeZone, isContentLengthOptional, isEnabledForExtensions, setBasicEncoding, setContentLengthOptional, setEnabledForExtensions, setEncoding, setTimeZoneclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasicEncoding, isContentLengthOptionalgetEncodinggetTimeZone, isEnabledForExtensionspublic void setKeepAliveEnabled(boolean pKeepAliveEnabled)
pKeepAliveEnabled - True, if keepalive is enabled. False otherwise.public boolean isKeepAliveEnabled()
XmlRpcHttpServerConfigisKeepAliveEnabled in interface XmlRpcHttpServerConfigpublic void setEnabledForExceptions(boolean pEnabledForExceptions)
public boolean isEnabledForExceptions()
XmlRpcHttpServerConfigisEnabledForExceptions in interface XmlRpcHttpServerConfigCopyright © 2001–2025 The Apache Software Foundation. All rights reserved.