Uses of Class
com.soklet.TraceContext
Packages that use TraceContext
-
Uses of TraceContext in com.soklet
Methods in com.soklet that return types with arguments of type TraceContextModifier and TypeMethodDescriptionstatic @NonNull Optional<TraceContext> TraceContext.fromHeaderValues(@Nullable Collection<@NonNull String> traceparentHeaderValues, @Nullable List<@NonNull String> tracestateHeaderValues) Parses W3C trace context from physical HTTP header values.Request.getTraceContext()The W3C trace context for this request, if one was supplied by the client or explicitly specified.Methods in com.soklet with parameters of type TraceContextModifier and TypeMethodDescriptionRequest.Copier.traceContext(@Nullable TraceContext traceContext) Request.PathBuilder.traceContext(@Nullable TraceContext traceContext) Request.RawBuilder.traceContext(@Nullable TraceContext traceContext)