Uses of Class
brave.http.HttpResponse
-
-
Uses of HttpResponse in brave.http
Subclasses of HttpResponse in brave.http Modifier and Type Class Description classHttpClientResponseMarks an interface for use inHttpClientHandler.handleReceive(HttpClientResponse, Span).classHttpServerResponseMarks an interface for use inHttpServerHandler.handleSend(Object, Throwable, Span).Fields in brave.http with type parameters of type HttpResponse Modifier and Type Field Description static Tag<HttpResponse>HttpTags. STATUS_CODEThis tags "http.status_code" as the value ofstatusCode(), when a valid status code (100 - 599).Methods in brave.http with parameters of type HttpResponse Modifier and Type Method Description voidHttpResponseParser.Default. parse(HttpResponse response, TraceContext context, SpanCustomizer span)This tags "http.status_code" when it is not 2xx.voidHttpResponseParser. parse(HttpResponse response, TraceContext context, SpanCustomizer span)Implement to choose what data from the http response are parsed into the span representing it.
-