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. getterConstructors 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 aHttpServerHandlerwith 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> SpanContextCloudTraceFormat. 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> SpanContextB3Format. extract(C carrier, TextFormat.Getter<C> getter)<C> SpanContextTraceContextFormat. 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> SpanContextTextFormat. extract(C carrier, TextFormat.Getter<C> getter)Extracts the span context from upstream.<C> SpanContextTextFormat.NoopTextFormat. extract(C carrier, TextFormat.Getter<C> getter)
-