Uses of Class
brave.http.HttpServerRequest
-
-
Uses of HttpServerRequest in brave.http
Methods in brave.http that return HttpServerRequest Modifier and Type Method Description HttpServerRequestHttpServerResponse. request()The request that initiated this HTTP response ornullif unknown.Methods in brave.http that return types with arguments of type HttpServerRequest Modifier and Type Method Description static HttpServerHandler<HttpServerRequest,HttpServerResponse>HttpServerHandler. create(HttpTracing httpTracing)Methods in brave.http with parameters of type HttpServerRequest Modifier and Type Method Description SpanHttpServerHandler. handleReceive(HttpServerRequest request)Conditionally joins a span, or starts a new trace, depending on if a trace context was extracted from the request.
-