Class JSONConnectAccessLogMessage

    • Constructor Detail

      • JSONConnectAccessLogMessage

        public JSONConnectAccessLogMessage​(@NotNull
                                           JSONObject jsonObject)
                                    throws LogException
        Creates a new JSON connect access log message from the provided JSON object.
        Parameters:
        jsonObject - The JSON object that contains an encoded representation of this log message. It must not be null.
        Throws:
        LogException - If the provided JSON object cannot be parsed as a valid log message.