Uses of Class
org.springframework.boot.actuate.trace.http.HttpTrace
Packages that use HttpTrace
-
Uses of HttpTrace in org.springframework.boot.actuate.trace.http
Methods in org.springframework.boot.actuate.trace.http that return HttpTraceModifier and TypeMethodDescriptionfinal HttpTraceHttpExchangeTracer.receivedRequest(TraceableRequest request) Begins the tracing of the exchange that was initiated by the givenrequestbeing received.Methods in org.springframework.boot.actuate.trace.http that return types with arguments of type HttpTraceModifier and TypeMethodDescriptionHttpTraceRepository.findAll()Find allHttpTraceobjects contained in the repository.InMemoryHttpTraceRepository.findAll()HttpTraceEndpoint.HttpTraceDescriptor.getTraces()Methods in org.springframework.boot.actuate.trace.http with parameters of type HttpTraceModifier and TypeMethodDescriptionvoidAdds a trace to the repository.voidfinal voidHttpExchangeTracer.sendingResponse(HttpTrace trace, TraceableResponse response, Supplier<Principal> principal, Supplier<String> sessionId) Ends the tracing of the exchange that is being concluded by sending the givenresponse.