Uses of Class
io.opencensus.trace.propagation.TextFormat.Getter
-
-
Uses of TextFormat.Getter in io.opencensus.contrib.http
Fields in io.opencensus.contrib.http declared as TextFormat.Getter Modifier and Type Field Description private TextFormat.Getter<C>
HttpServerHandler. getter
Constructors in io.opencensus.contrib.http with parameters of type TextFormat.Getter Constructor Description 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.Getter in io.opencensus.contrib.http.jaxrs
Fields in io.opencensus.contrib.http.jaxrs declared as TextFormat.Getter Modifier and Type Field Description private static 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.Getter Modifier and Type Field Description (package private) static 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.Getter Modifier and Type Method Description <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.Getter Modifier and Type Method Description <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.Getter Modifier and Type Method Description abstract <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)
-