Package zipkin2.codec
Class ProtobufSpanDecoder
- java.lang.Object
-
- zipkin2.codec.ProtobufSpanDecoder
-
public class ProtobufSpanDecoder extends Object
-
-
Constructor Summary
Constructors Constructor Description ProtobufSpanDecoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Span>
decodeList(byte[] spans)
static List<Span>
decodeList(com.google.protobuf.CodedInputStream input)
static List<Span>
decodeList(ByteBuffer spans)
static Span
decodeOne(com.google.protobuf.CodedInputStream input)
-
-
-
Method Detail
-
decodeOne
public static Span decodeOne(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
decodeList
public static List<Span> decodeList(ByteBuffer spans)
-
-