public class SimpleBmpTlvRegistry extends Object implements BmpTlvRegistry
| Constructor and Description |
|---|
SimpleBmpTlvRegistry() |
| Modifier and Type | Method and Description |
|---|---|
Tlv |
parseTlv(int tlvType,
io.netty.buffer.ByteBuf buffer) |
org.opendaylight.yangtools.concepts.Registration |
registerBmpTlvParser(int tlvType,
BmpTlvParser parser) |
org.opendaylight.yangtools.concepts.Registration |
registerBmpTlvSerializer(Class<? extends Tlv> tlvClass,
BmpTlvSerializer serializer) |
void |
serializeTlv(Tlv tlv,
io.netty.buffer.ByteBuf output) |
public void serializeTlv(Tlv tlv, io.netty.buffer.ByteBuf output)
serializeTlv in interface BmpTlvSerializerpublic Tlv parseTlv(int tlvType, io.netty.buffer.ByteBuf buffer) throws BmpDeserializationException
parseTlv in interface BmpTlvRegistryBmpDeserializationExceptionpublic org.opendaylight.yangtools.concepts.Registration registerBmpTlvParser(int tlvType,
BmpTlvParser parser)
registerBmpTlvParser in interface BmpTlvRegistratorpublic org.opendaylight.yangtools.concepts.Registration registerBmpTlvSerializer(Class<? extends Tlv> tlvClass, BmpTlvSerializer serializer)
registerBmpTlvSerializer in interface BmpTlvRegistratorCopyright © 2020 OpenDaylight. All rights reserved.