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