Uses of Class
io.opencensus.trace.propagation.TextFormat.Getter
Packages that use TextFormat.Getter
Package
Description
-
Uses of TextFormat.Getter in io.opencensus.contrib.http
Fields in io.opencensus.contrib.http declared as TextFormat.GetterConstructors in io.opencensus.contrib.http with parameters of type TextFormat.GetterModifierConstructorDescriptionHttpServerHandler
(Tracer tracer, HttpExtractor<Q, P> extractor, TextFormat textFormat, TextFormat.Getter<C> getter, Boolean publicEndpoint) Creates aHttpServerHandler
with given parameters. -
Uses of TextFormat.Getter in io.opencensus.contrib.http.jaxrs
Fields in io.opencensus.contrib.http.jaxrs declared as TextFormat.GetterModifier and TypeFieldDescriptionprivate static final TextFormat.Getter
<javax.ws.rs.container.ContainerRequestContext> JaxrsContainerFilter.GETTER
-
Uses of TextFormat.Getter in io.opencensus.contrib.http.servlet
Fields in io.opencensus.contrib.http.servlet declared as TextFormat.GetterModifier and TypeFieldDescription(package private) static final TextFormat.Getter
<javax.servlet.http.HttpServletRequest> OcHttpServletFilter.getter
-
Uses of TextFormat.Getter in io.opencensus.contrib.http.util
Methods in io.opencensus.contrib.http.util with parameters of type TextFormat.GetterModifier and TypeMethodDescription<C> SpanContext
CloudTraceFormat.extract
(C carrier, TextFormat.Getter<C> getter) -
Uses of TextFormat.Getter in io.opencensus.implcore.trace.propagation
Methods in io.opencensus.implcore.trace.propagation with parameters of type TextFormat.GetterModifier and TypeMethodDescription<C> SpanContext
B3Format.extract
(C carrier, TextFormat.Getter<C> getter) <C> SpanContext
TraceContextFormat.extract
(C carrier, TextFormat.Getter<C> getter) -
Uses of TextFormat.Getter in io.opencensus.trace.propagation
Methods in io.opencensus.trace.propagation with parameters of type TextFormat.GetterModifier and TypeMethodDescriptionabstract <C> SpanContext
TextFormat.extract
(C carrier, TextFormat.Getter<C> getter) Extracts the span context from upstream.<C> SpanContext
TextFormat.NoopTextFormat.extract
(C carrier, TextFormat.Getter<C> getter)