Class SizeLogEntry

    • Method Detail

      • builder

        public static SizeLogEntry.Builder builder()
        Create a new fluent API builder.
        Returns:
        a new builder instance
      • accept

        public void accept​(ServerRequest req,
                           ServerResponse res)
        Description copied from interface: AccessLogEntry
        This method allows for each log entry to register anything on the request and/or response. As the log entry is shared by all threads, make sure the handling is implemented as thread safe.
        Parameters:
        req - an HTTP server request.
        res - an HTTP server response.