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 HttpTrace
HttpExchangeTracer.receivedRequest
(TraceableRequest request) Begins the tracing of the exchange that was initiated by the givenrequest
being received.Methods in org.springframework.boot.actuate.trace.http that return types with arguments of type HttpTraceModifier and TypeMethodDescriptionHttpTraceRepository.findAll()
Find allHttpTrace
objects contained in the repository.InMemoryHttpTraceRepository.findAll()
HttpTraceEndpoint.HttpTraceDescriptor.getTraces()
Methods in org.springframework.boot.actuate.trace.http with parameters of type HttpTraceModifier and TypeMethodDescriptionvoid
Adds a trace to the repository.void
final void
HttpExchangeTracer.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
.