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 TextFormatHttpClientHandler. textFormatprivate TextFormatHttpServerHandler. textFormatConstructors 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 aHttpClientHandlerwith given parameters.HttpServerHandler(Tracer tracer, HttpExtractor<Q,P> extractor, TextFormat textFormat, TextFormat.Getter<C> getter, java.lang.Boolean publicEndpoint)Creates aHttpServerHandlerwith 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 newOcJettyHttpClientwith 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) classCloudTraceFormatImplementation 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 TextFormatHttpPropagationUtil. 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) classB3FormatImplementation of the B3 propagation protocol.classTraceContextFormatImplementation of the TraceContext propagation protocol.Fields in io.opencensus.implcore.trace.propagation declared as TextFormat Modifier and Type Field Description private TextFormatPropagationComponentImpl. b3Formatprivate TextFormatPropagationComponentImpl. traceContextFormatMethods in io.opencensus.implcore.trace.propagation that return TextFormat Modifier and Type Method Description TextFormatPropagationComponentImpl. getB3Format()TextFormatPropagationComponentImpl. getTraceContextFormat() -
Uses of TextFormat in io.opencensus.trace.propagation
Subclasses of TextFormat in io.opencensus.trace.propagation Modifier and Type Class Description private static classTextFormat.NoopTextFormatMethods in io.opencensus.trace.propagation that return TextFormat Modifier and Type Method Description abstract TextFormatPropagationComponent. getB3Format()Returns the B3TextFormatwith the provided implementations.TextFormatPropagationComponent.NoopPropagationComponent. getB3Format()(package private) static TextFormatTextFormat. getNoopTextFormat()Returns the no-op implementation of theTextFormat.abstract TextFormatPropagationComponent. getTraceContextFormat()Returns the TraceContextTextFormatwith the provided implementations.TextFormatPropagationComponent.NoopPropagationComponent. getTraceContextFormat()
-