Interface BmpTlvRegistry
- 
- All Superinterfaces:
 BmpTlvRegistrator,BmpTlvSerializer
- All Known Implementing Classes:
 SimpleBmpTlvRegistry
public interface BmpTlvRegistry extends BmpTlvSerializer, BmpTlvRegistrator
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TlvparseTlv(int tlvType, io.netty.buffer.ByteBuf buffer)- 
Methods inherited from interface org.opendaylight.protocol.bmp.spi.registry.BmpTlvRegistrator
registerBmpTlvParser, registerBmpTlvSerializer 
- 
Methods inherited from interface org.opendaylight.protocol.bmp.spi.parser.BmpTlvSerializer
serializeTlv 
 - 
 
 - 
 
- 
- 
Method Detail
- 
parseTlv
Tlv parseTlv(int tlvType, io.netty.buffer.ByteBuf buffer) throws BmpDeserializationException
- Throws:
 BmpDeserializationException
 
 - 
 
 -