| Package | Description |
|---|---|
| io.opentracing.propagation |
| Modifier and Type | Field and Description |
|---|---|
static Format<Binary> |
Format.Builtin.BINARY
The BINARY format allows for unconstrained binary encoding of SpanContext state for Tracer.inject and
Tracer.extract.
|
| Modifier and Type | Method and Description |
|---|---|
static Binary |
Adapters.extractBinary(InputStream stream)
Creates an inbound Binary instance used for extraction with the
specified InputStream as the input.
|
static Binary |
Adapters.extractBinary(ReadableByteChannel channel)
Creates an inbound Binary instance used for extraction with the
specified ReadableByteChannel as the input.
|
static Binary |
Adapters.injectBinary(OutputStream stream)
Creates an outbound Binary instance used for injection, backed up
by the specified OutputStream as output.
|
static Binary |
Adapters.injectBinary(WritableByteChannel channel)
Creates an outbound Binary instance used for injection, backed up
by the specified WritableByteChannel as the output.
|
Copyright © 2016–2017 OpenTracing. All rights reserved.