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(brave.Tracing tracing)static HttpTracingHttpTracing. current()Returns the most recently created tracing component iff it hasn't been closed. null otherwise.Methods in brave.http with parameters of type HttpTracing Modifier and Type Method Description static HttpClientHandler<HttpClientRequest,HttpClientResponse>HttpClientHandler. create(HttpTracing httpTracing)static HttpServerHandler<HttpServerRequest,HttpServerResponse>HttpServerHandler. create(HttpTracing httpTracing)
-