A B C D G H P R S T V 

A

addHeader(String, String) - Method in interface com.github.kristofa.brave.http.HttpClientRequest
Deprecated.
Adds headers to request.
addSpanIdToRequest(SpanId) - Method in class com.github.kristofa.brave.http.HttpClientRequestAdapter
Deprecated.
 

B

BraveHttpHeaders - Enum in com.github.kristofa.brave.http
Deprecated.
Replaced by Propagation.B3 from brave instead.

C

com.github.kristofa.brave.http - package com.github.kristofa.brave.http
 

D

DefaultSpanNameProvider - Class in com.github.kristofa.brave.http
 
DefaultSpanNameProvider() - Constructor for class com.github.kristofa.brave.http.DefaultSpanNameProvider
 

G

getHttpHeaderValue(String) - Method in interface com.github.kristofa.brave.http.HttpServerRequest
Deprecated.
Get http header value.
getHttpMethod() - Method in interface com.github.kristofa.brave.http.HttpRequest
Deprecated.
Returns the http method for request (GET, PUT, POST,...)
getHttpStatusCode() - Method in interface com.github.kristofa.brave.http.HttpResponse
Deprecated.
 
getName() - Method in enum com.github.kristofa.brave.http.BraveHttpHeaders
Deprecated.
 
getSpanName() - Method in class com.github.kristofa.brave.http.HttpClientRequestAdapter
Deprecated.
 
getSpanName() - Method in class com.github.kristofa.brave.http.HttpServerRequestAdapter
Deprecated.
 
getTraceData() - Method in class com.github.kristofa.brave.http.HttpServerRequestAdapter
Deprecated.
 
getUri() - Method in interface com.github.kristofa.brave.http.HttpRequest
Deprecated.
Returns the entire URL, including the scheme, host and query parameters if available.

H

HttpClientRequest - Interface in com.github.kristofa.brave.http
Deprecated.
Replaced by HttpClientAdapter from brave-http
HttpClientRequestAdapter - Class in com.github.kristofa.brave.http
Deprecated.
Replaced by HttpClientParser from brave-http
HttpClientRequestAdapter(HttpClientRequest, SpanNameProvider) - Constructor for class com.github.kristofa.brave.http.HttpClientRequestAdapter
Deprecated.
 
HttpClientResponseAdapter - Class in com.github.kristofa.brave.http
Deprecated.
Replaced by HttpClientParser from brave-http
HttpClientResponseAdapter(HttpResponse) - Constructor for class com.github.kristofa.brave.http.HttpClientResponseAdapter
Deprecated.
 
HttpRequest - Interface in com.github.kristofa.brave.http
Deprecated.
Replaced by HttpClientAdapter or HttpServerAdapter from brave-http
HttpResponse - Interface in com.github.kristofa.brave.http
Deprecated.
Replaced by HttpClientAdapter or HttpServerAdapter from brave-http
HttpServerRequest - Interface in com.github.kristofa.brave.http
Deprecated.
Replaced by HttpServerAdapter from brave-http
HttpServerRequestAdapter - Class in com.github.kristofa.brave.http
Deprecated.
Replaced by HttpServerParser from brave-http
HttpServerRequestAdapter(HttpServerRequest, SpanNameProvider) - Constructor for class com.github.kristofa.brave.http.HttpServerRequestAdapter
Deprecated.
 
HttpServerResponseAdapter - Class in com.github.kristofa.brave.http
Deprecated.
Replaced by HttpServerParser from brave-http
HttpServerResponseAdapter(HttpResponse) - Constructor for class com.github.kristofa.brave.http.HttpServerResponseAdapter
Deprecated.
 

P

ParentSpanId - com.github.kristofa.brave.http.BraveHttpHeaders
Deprecated.
64-bit parent span ID lower-hex encoded into 16 characters (absent on root span)

R

requestAnnotations() - Method in class com.github.kristofa.brave.http.HttpClientRequestAdapter
Deprecated.
 
requestAnnotations() - Method in class com.github.kristofa.brave.http.HttpServerRequestAdapter
Deprecated.
 
responseAnnotations() - Method in class com.github.kristofa.brave.http.HttpClientResponseAdapter
Deprecated.
 
responseAnnotations() - Method in class com.github.kristofa.brave.http.HttpServerResponseAdapter
Deprecated.
 

S

Sampled - com.github.kristofa.brave.http.BraveHttpHeaders
Deprecated.
"1" means report this span to the tracing system, "0" means do not.
serverAddress() - Method in class com.github.kristofa.brave.http.HttpClientRequestAdapter
Deprecated.
 
SpanId - com.github.kristofa.brave.http.BraveHttpHeaders
Deprecated.
64-bit span ID lower-hex encoded into 16 characters (required)
spanName(HttpRequest) - Method in class com.github.kristofa.brave.http.DefaultSpanNameProvider
 
spanName(HttpRequest) - Method in interface com.github.kristofa.brave.http.SpanNameProvider
Deprecated.
 
SpanNameProvider - Interface in com.github.kristofa.brave.http
Deprecated.
Replaced by HttpClientParser or HttpServerParser from brave-http

T

TraceId - com.github.kristofa.brave.http.BraveHttpHeaders
Deprecated.
128 or 64-bit trace ID lower-hex encoded into 32 or 16 characters (required)

V

valueOf(String) - Static method in enum com.github.kristofa.brave.http.BraveHttpHeaders
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.kristofa.brave.http.BraveHttpHeaders
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D G H P R S T V 
Skip navigation links

Copyright © 2018 OpenZipkin. All rights reserved.