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, setTimeZone
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBasicEncoding, isContentLengthOptional
getEncoding
getTimeZone, isEnabledForExtensions
public void setKeepAliveEnabled(boolean pKeepAliveEnabled)
pKeepAliveEnabled
- True, if keepalive is enabled. False otherwise.public boolean isKeepAliveEnabled()
XmlRpcHttpServerConfig
isKeepAliveEnabled
in interface XmlRpcHttpServerConfig
public void setEnabledForExceptions(boolean pEnabledForExceptions)
public boolean isEnabledForExceptions()
XmlRpcHttpServerConfig
isEnabledForExceptions
in interface XmlRpcHttpServerConfig
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.