Uses of Class
io.opencensus.trace.propagation.TextFormat
-
-
Uses of TextFormat in io.opencensus.contrib.http
Fields in io.opencensus.contrib.http declared as TextFormat Modifier and Type Field Description private TextFormat
HttpClientHandler. textFormat
private TextFormat
HttpServerHandler. textFormat
Constructors in io.opencensus.contrib.http with parameters of type TextFormat Constructor Description HttpClientHandler(Tracer tracer, HttpExtractor<Q,P> extractor, TextFormat textFormat, TextFormat.Setter<C> setter)
Creates aHttpClientHandler
with given parameters.HttpServerHandler(Tracer tracer, HttpExtractor<Q,P> extractor, TextFormat textFormat, TextFormat.Getter<C> getter, java.lang.Boolean publicEndpoint)
Creates aHttpServerHandler
with given parameters. -
Uses of TextFormat in io.opencensus.contrib.http.jaxrs
Constructors in io.opencensus.contrib.http.jaxrs with parameters of type TextFormat Constructor Description JaxrsClientFilter(HttpExtractor<javax.ws.rs.client.ClientRequestContext,javax.ws.rs.client.ClientResponseContext> extractor, TextFormat propagationFormat)
Construct new client filter with custom configuration.JaxrsContainerFilter(HttpExtractor<ExtendedContainerRequest,javax.ws.rs.container.ContainerResponseContext> extractor, TextFormat propagationFormat, java.lang.Boolean publicEndpoint)
Construct instance with custom configuration. -
Uses of TextFormat in io.opencensus.contrib.http.jetty.client
Methods in io.opencensus.contrib.http.jetty.client with parameters of type TextFormat Modifier and Type Method Description private static HttpClientHandler<org.eclipse.jetty.client.api.Request,org.eclipse.jetty.client.api.Response,org.eclipse.jetty.client.api.Request>
OcJettyHttpClient. buildHandler(HttpExtractor<org.eclipse.jetty.client.api.Request,org.eclipse.jetty.client.api.Response> extractor, TextFormat propagator)
Constructors in io.opencensus.contrib.http.jetty.client with parameters of type TextFormat Constructor Description OcJettyHttpClient(org.eclipse.jetty.client.HttpClientTransport transport, org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, HttpExtractor<org.eclipse.jetty.client.api.Request,org.eclipse.jetty.client.api.Response> extractor, TextFormat propagator)
Create a newOcJettyHttpClient
with support for HTTPS, extractor and propagator. -
Uses of TextFormat in io.opencensus.contrib.http.servlet
Methods in io.opencensus.contrib.http.servlet with parameters of type TextFormat Modifier and Type Method Description (package private) static HttpServerHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,javax.servlet.http.HttpServletRequest>
OcHttpServletFilter. buildHttpServerHandlerWithOptions(HttpExtractor<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> extractor, TextFormat propagator, java.lang.Boolean publicEndpoint)
-
Uses of TextFormat in io.opencensus.contrib.http.util
Subclasses of TextFormat in io.opencensus.contrib.http.util Modifier and Type Class Description (package private) class
CloudTraceFormat
Implementation of the "X-Cloud-Trace-Context" format, defined by the Google Cloud Trace.Methods in io.opencensus.contrib.http.util that return TextFormat Modifier and Type Method Description static TextFormat
HttpPropagationUtil. getCloudTraceFormat()
Returns the Stack Driver format implementation. -
Uses of TextFormat in io.opencensus.implcore.trace.propagation
Subclasses of TextFormat in io.opencensus.implcore.trace.propagation Modifier and Type Class Description (package private) class
B3Format
Implementation of the B3 propagation protocol.class
TraceContextFormat
Implementation of the TraceContext propagation protocol.Fields in io.opencensus.implcore.trace.propagation declared as TextFormat Modifier and Type Field Description private TextFormat
PropagationComponentImpl. b3Format
private TextFormat
PropagationComponentImpl. traceContextFormat
Methods in io.opencensus.implcore.trace.propagation that return TextFormat Modifier and Type Method Description TextFormat
PropagationComponentImpl. getB3Format()
TextFormat
PropagationComponentImpl. getTraceContextFormat()
-
Uses of TextFormat in io.opencensus.trace.propagation
Subclasses of TextFormat in io.opencensus.trace.propagation Modifier and Type Class Description private static class
TextFormat.NoopTextFormat
Methods in io.opencensus.trace.propagation that return TextFormat Modifier and Type Method Description abstract TextFormat
PropagationComponent. getB3Format()
Returns the B3TextFormat
with the provided implementations.TextFormat
PropagationComponent.NoopPropagationComponent. getB3Format()
(package private) static TextFormat
TextFormat. getNoopTextFormat()
Returns the no-op implementation of theTextFormat
.abstract TextFormat
PropagationComponent. getTraceContextFormat()
Returns the TraceContextTextFormat
with the provided implementations.TextFormat
PropagationComponent.NoopPropagationComponent. getTraceContextFormat()
-