Uses of Class
brave.http.HttpClientRequest
-
-
Uses of HttpClientRequest in brave.http
Methods in brave.http that return HttpClientRequest Modifier and Type Method Description HttpClientRequestHttpClientResponse. request()The request that initiated this HTTP response ornullif unknown.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 brave.SpanHttpClientHandler. handleSend(HttpClientRequest request)Starts the client span after assigning it a name and tags.brave.SpanHttpClientHandler. handleSend(HttpClientRequest request, brave.Span span)LikeHttpClientHandler.handleSend(HttpClientRequest), except explicitly controls the span representing the request.brave.SpanHttpClientHandler. handleSendWithParent(HttpClientRequest request, brave.propagation.TraceContext parent)LikeHttpClientHandler.handleSend(HttpClientRequest), except explicitly controls the parent of the client span.
-