Class LlmOptimisationReportBuilder.CapturedExchange

java.lang.Object
org.mockserver.llm.analysis.LlmOptimisationReportBuilder.CapturedExchange
Enclosing class:
LlmOptimisationReportBuilder

public static final class LlmOptimisationReportBuilder.CapturedExchange extends Object
A transport-agnostic captured exchange: the forwarded request, the upstream response, and the request timestamp in epoch millis (or null when unknown). Lets the builder stay free of the event-log / netty types.
  • Constructor Details

  • Method Details

    • getRequest

      public HttpRequest getRequest()
    • getResponse

      public HttpResponse getResponse()
    • getLatencyMs

      public Long getLatencyMs()