Uses of Class
brave.http.HttpRuleSampler.Builder
-
-
Uses of HttpRuleSampler.Builder in brave.http
Methods in brave.http that return HttpRuleSampler.Builder Modifier and Type Method Description HttpRuleSampler.BuilderHttpRuleSampler.Builder. addRule(String method, String path, float probability)Deprecated.Since 5.8, useputRule(Matcher, Sampler)static HttpRuleSampler.BuilderHttpRuleSampler. newBuilder()HttpRuleSampler.BuilderHttpRuleSampler.Builder. putAllRules(HttpRuleSampler sampler)Adds or replaces all rules in this sampler with those of the input.HttpRuleSampler.BuilderHttpRuleSampler.Builder. putRule(Matcher<HttpRequest> matcher, Sampler sampler)Adds or replaces the sampler for the matcher.
-