| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.xmlrpc.XmlRpcConfigImplorg.apache.xmlrpc.server.XmlRpcServerConfigImplpublic class XmlRpcServerConfigImplextends XmlRpcConfigImplimplements XmlRpcServerConfig, XmlRpcHttpServerConfigXmlRpcServerConfig.
Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig | |
UTF8_ENCODING | |
Method Summary | |
boolean | |
boolean | |
void |
|
void |
|
Methods inherited from class org.apache.xmlrpc.XmlRpcConfigImpl | |
getBasicEncoding, getEncoding, getTimeZone, isContentLengthOptional, isEnabledForExtensions, setBasicEncoding, setContentLengthOptional, setEnabledForExtensions, setEncoding, setTimeZone | |
public boolean isEnabledForExceptions()
- Specified by:
- isEnabledForExceptions in interface XmlRpcHttpServerConfig
public boolean isKeepAliveEnabled()
- Specified by:
- isKeepAliveEnabled in interface XmlRpcHttpServerConfig
public void setEnabledForExceptions(boolean pEnabledForExceptions)
Sets, whether the server may create a "faultCause" element in an error response. Note, that this may be a security issue!
public void setKeepAliveEnabled(boolean pKeepAliveEnabled)
Sets, whether HTTP keepalive is enabled for this server.
- Parameters:
pKeepAliveEnabled- True, if keepalive is enabled. False otherwise.