Uses of Class
brave.http.HttpRequest
-
-
Uses of HttpRequest in brave.http
Subclasses of HttpRequest in brave.http Modifier and Type Class Description classHttpClientRequestMarks an interface for use inHttpClientHandler.handleSend(HttpClientRequest).classHttpServerRequestMarks an interface for use inHttpServerHandler.handleReceive(HttpServerRequest).Methods in brave.http that return types with arguments of type HttpRequest Modifier and Type Method Description SamplerFunction<HttpRequest>HttpTracing. clientRequestSampler()Returns an overriding sampling decision for a new trace.static Matcher<HttpRequest>HttpRequestMatchers. methodEquals(java.lang.String method)Matcher for case-sensitive HTTP methods, such as "GET" and "POST"static Matcher<HttpRequest>HttpRequestMatchers. pathStartsWith(java.lang.String pathPrefix)SamplerFunction<HttpRequest>HttpTracing. serverRequestSampler()Returns an overriding sampling decision for a new trace.Methods in brave.http with parameters of type HttpRequest Modifier and Type Method Description java.lang.BooleanHttpRuleSampler. trySample(HttpRequest request)java.lang.BooleanHttpSampler. trySample(HttpRequest request)Deprecated.Method parameters in brave.http with type arguments of type HttpRequest Modifier and Type Method Description HttpTracing.BuilderHttpTracing.Builder. clientSampler(SamplerFunction<HttpRequest> clientSampler)HttpRuleSampler.BuilderHttpRuleSampler.Builder. putRule(Matcher<HttpRequest> matcher, Sampler sampler)Adds or replaces the sampler for the matcher.HttpTracing.BuilderHttpTracing.Builder. serverSampler(SamplerFunction<HttpRequest> serverSampler)
-