Public Member Functions | Private Attributes
org.apache.xmlrpc.server.XmlRpcServerConfigImpl Class Reference
Inheritance diagram for org.apache.xmlrpc.server.XmlRpcServerConfigImpl:
Inheritance graph
[legend]

List of all members.

Public Member Functions

boolean isEnabledForExceptions ()
boolean isKeepAliveEnabled ()
void setEnabledForExceptions (boolean pEnabledForExceptions)
void setKeepAliveEnabled (boolean pKeepAliveEnabled)

Private Attributes

boolean isEnabledForExceptions
boolean isKeepAliveEnabled

Detailed Description

Default implementation of org.apache.xmlrpc.server.XmlRpcServerConfig.

Definition at line 26 of file XmlRpcServerConfigImpl.java.


Member Function Documentation

Returns, whether the server may create a "faultCause" element in an error response. Note, that this may be a security issue!

Implements org.apache.xmlrpc.server.XmlRpcHttpServerConfig.

Definition at line 47 of file XmlRpcServerConfigImpl.java.

Returns, whether HTTP keepalive is being enabled.

Returns:
True, if keepalive is enabled, false otherwise.

Implements org.apache.xmlrpc.server.XmlRpcHttpServerConfig.

Definition at line 38 of file XmlRpcServerConfigImpl.java.

void org.apache.xmlrpc.server.XmlRpcServerConfigImpl.setEnabledForExceptions ( boolean  pEnabledForExceptions) [inline]

Sets, whether the server may create a "faultCause" element in an error response. Note, that this may be a security issue!

Definition at line 43 of file XmlRpcServerConfigImpl.java.

void org.apache.xmlrpc.server.XmlRpcServerConfigImpl.setKeepAliveEnabled ( boolean  pKeepAliveEnabled) [inline]

Sets, whether HTTP keepalive is enabled for this server.

Parameters:
pKeepAliveEnabledTrue, if keepalive is enabled. False otherwise.

Definition at line 34 of file XmlRpcServerConfigImpl.java.


Member Data Documentation

Definition at line 29 of file XmlRpcServerConfigImpl.java.

Definition at line 28 of file XmlRpcServerConfigImpl.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50