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