public class NameTlvHandler extends Object implements BmpTlvParser, BmpTlvSerializer
Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
NameTlvHandler() |
Modifier and Type | Method and Description |
---|---|
Tlv |
parseTlv(io.netty.buffer.ByteBuf buffer) |
void |
serializeTlv(Tlv tlv,
io.netty.buffer.ByteBuf output) |
public static final int TYPE
public void serializeTlv(Tlv tlv, io.netty.buffer.ByteBuf output)
serializeTlv
in interface BmpTlvSerializer
public Tlv parseTlv(io.netty.buffer.ByteBuf buffer) throws BmpDeserializationException
parseTlv
in interface BmpTlvParser
BmpDeserializationException
Copyright © 2019 OpenDaylight. All rights reserved.