Class XmlRpcServerConfigImpl

    • Field Detail

      • isKeepAliveEnabled

        private boolean isKeepAliveEnabled
      • isEnabledForExceptions

        private boolean isEnabledForExceptions
    • Constructor Detail

      • XmlRpcServerConfigImpl

        public XmlRpcServerConfigImpl()
    • Method Detail

      • setKeepAliveEnabled

        public void setKeepAliveEnabled​(boolean pKeepAliveEnabled)
        Sets, whether HTTP keepalive is enabled for this server.
        Parameters:
        pKeepAliveEnabled - True, if keepalive is enabled. False otherwise.
      • setEnabledForExceptions

        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!