- handleReceive(HttpClientResponse, Span) - Method in interface org.springframework.cloud.sleuth.http.HttpClientHandler
-
Finishes the client span after assigning it tags according to the response or
error.
- handleReceive(HttpServerRequest) - Method in interface org.springframework.cloud.sleuth.http.HttpServerHandler
-
Conditionally joins a span, or starts a new trace, depending on if a trace context
was extracted from the request.
- handleSend(HttpClientRequest) - Method in interface org.springframework.cloud.sleuth.http.HttpClientHandler
-
Starts the client span after assigning it a name and tags.
- handleSend(HttpClientRequest, TraceContext) - Method in interface org.springframework.cloud.sleuth.http.HttpClientHandler
-
- handleSend(HttpServerResponse, Span) - Method in interface org.springframework.cloud.sleuth.http.HttpServerHandler
-
Finishes the server span after assigning it tags according to the response or
error.
- header(String, String) - Method in interface org.springframework.cloud.sleuth.http.HttpClientRequest
-
- header(String) - Method in interface org.springframework.cloud.sleuth.http.HttpRequest
-
- header(String) - Method in interface org.springframework.cloud.sleuth.http.HttpResponse
-
- headerNames() - Method in interface org.springframework.cloud.sleuth.http.Request
-
- headerNames() - Method in interface org.springframework.cloud.sleuth.http.Response
-
- HttpClientHandler - Interface in org.springframework.cloud.sleuth.http
-
This API is taken from OpenZipkin Brave.
- HttpClientRequest - Interface in org.springframework.cloud.sleuth.http
-
This API is taken from OpenZipkin Brave.
- HttpClientResponse - Interface in org.springframework.cloud.sleuth.http
-
This API is taken from OpenZipkin Brave.
- HttpRequest - Interface in org.springframework.cloud.sleuth.http
-
This API is taken from OpenZipkin Brave.
- HttpRequestParser - Interface in org.springframework.cloud.sleuth.http
-
This API is taken from OpenZipkin Brave.
- HttpResponse - Interface in org.springframework.cloud.sleuth.http
-
This API is taken from OpenZipkin Brave.
- HttpResponseParser - Interface in org.springframework.cloud.sleuth.http
-
This API is taken from OpenZipkin Brave.
- HttpServerHandler - Interface in org.springframework.cloud.sleuth.http
-
This API is taken from OpenZipkin Brave.
- HttpServerRequest - Interface in org.springframework.cloud.sleuth.http
-
This API is taken from OpenZipkin Brave.
- HttpServerResponse - Interface in org.springframework.cloud.sleuth.http
-
This API is taken from OpenZipkin Brave.