|
||||||||||
| 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
public class XmlRpcServerConfigImpl
Default implementation of XmlRpcServerConfig.
| Field Summary |
|---|
| Fields inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
|---|
UTF8_ENCODING |
| Constructor Summary | |
|---|---|
XmlRpcServerConfigImpl()
|
|
| Method Summary | |
|---|---|
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. |
| 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.common.XmlRpcHttpConfig |
|---|
getBasicEncoding, isContentLengthOptional |
| Methods inherited from interface org.apache.xmlrpc.common.XmlRpcStreamConfig |
|---|
getEncoding |
| Methods inherited from interface org.apache.xmlrpc.XmlRpcConfig |
|---|
getTimeZone, isEnabledForExtensions |
| 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 XmlRpcHttpServerConfigpublic void setEnabledForExceptions(boolean pEnabledForExceptions)
public boolean isEnabledForExceptions()
XmlRpcHttpServerConfig
isEnabledForExceptions in interface XmlRpcHttpServerConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||