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(java.lang.String serverName)Scopes this component for a client of the indicated server.static HttpTracingHttpTracing. create(brave.Tracing tracing)Methods in brave.http with parameters of type HttpTracing Modifier and Type Method Description static <Req,Resp>
HttpClientHandler<Req,Resp>HttpClientHandler. create(HttpTracing httpTracing, HttpClientAdapter<Req,Resp> adapter)static <Req,Resp>
HttpServerHandler<Req,Resp>HttpServerHandler. create(HttpTracing httpTracing, HttpServerAdapter<Req,Resp> adapter)
-