-
public final class TraceStateHelperThis class helps to decode W3C tracestate header into a TraceState instance.
-
-
Method Summary
Modifier and Type Method Description static TraceStatedecodeHeader(String header)static StringencodeHeader(TraceState traceState)-
-
Method Detail
-
decodeHeader
static TraceState decodeHeader(String header)
-
encodeHeader
static String encodeHeader(TraceState traceState)
-
-
-
-