Package org.mockserver.llm.analysis
Class LlmOptimisationReportBuilder.CapturedExchange
java.lang.Object
org.mockserver.llm.analysis.LlmOptimisationReportBuilder.CapturedExchange
- Enclosing class:
- LlmOptimisationReportBuilder
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 Summary
ConstructorsConstructorDescriptionCapturedExchange(HttpRequest request, HttpResponse response, Long latencyMs) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CapturedExchange
-
-
Method Details
-
getRequest
-
getResponse
-
getLatencyMs
-