Uses of Class
brave.http.HttpTracing
-
-
Uses of HttpTracing in brave.http
Methods in brave.http that return HttpTracing Modifier and Type Method Description HttpTracingHttpTracing.Builder. build()HttpTracingHttpTracing. clientOf(String serverName)Scopes this component for a client of the indicated server.static HttpTracingHttpTracing. create(Tracing tracing)static HttpTracingHttpTracing. current()Returns the most recently created tracing component iff it hasn't been closed.Methods in brave.http with parameters of type HttpTracing Modifier and Type Method Description static HttpClientHandler<HttpClientRequest,HttpClientResponse>HttpClientHandler. create(HttpTracing httpTracing)static <Req,Resp>
HttpClientHandler<Req,Resp>HttpClientHandler. create(HttpTracing httpTracing, HttpClientAdapter<Req,Resp> adapter)Deprecated.Since 5.7, useHttpClientHandler.create(HttpTracing)as it is more portable.static HttpServerHandler<HttpServerRequest,HttpServerResponse>HttpServerHandler. create(HttpTracing httpTracing)static <Req,Resp>
HttpServerHandler<Req,Resp>HttpServerHandler. create(HttpTracing httpTracing, HttpServerAdapter<Req,Resp> adapter)Deprecated.Since 5.7, useHttpServerHandler.create(HttpTracing)as it is more portable.
-