Uses of Interface
org.springframework.cloud.sleuth.http.HttpServerRequest
-
Packages that use HttpServerRequest Package Description org.springframework.cloud.sleuth.http -
-
Uses of HttpServerRequest in org.springframework.cloud.sleuth.http
Methods in org.springframework.cloud.sleuth.http that return HttpServerRequest Modifier and Type Method Description default HttpServerRequestHttpServerResponse. request()Methods in org.springframework.cloud.sleuth.http with parameters of type HttpServerRequest Modifier and Type Method Description SpanHttpServerHandler. handleReceive(HttpServerRequest request)Conditionally joins a span, or starts a new trace, depending on if a trace context was extracted from the request.
-