Uses of Class
brave.http.HttpClientRequest
-
-
Uses of HttpClientRequest in brave.http
Methods in brave.http that return types with arguments of type HttpClientRequest Modifier and Type Method Description static HttpClientHandler<HttpClientRequest,HttpClientResponse>HttpClientHandler. create(HttpTracing httpTracing)Methods in brave.http with parameters of type HttpClientRequest Modifier and Type Method Description SpanHttpClientHandler. handleSend(HttpClientRequest request)Starts the client span after assigning it a name and tags.SpanHttpClientHandler. handleSend(HttpClientRequest request, Span span)LikeHttpClientHandler.handleSend(HttpClientRequest), except explicitly controls the span representing the request.
-