public class InitiationHandler extends AbstractBmpMessageWithTlvParser<TlvsBuilder>
Constructor and Description |
---|
InitiationHandler(BmpTlvRegistry tlvRegistry) |
Modifier and Type | Method and Description |
---|---|
protected void |
addTlv(TlvsBuilder builder,
Tlv tlv) |
int |
getBmpMessageType() |
org.opendaylight.yangtools.yang.binding.Notification |
parseMessageBody(io.netty.buffer.ByteBuf bytes) |
void |
serializeMessageBody(org.opendaylight.yangtools.yang.binding.Notification message,
io.netty.buffer.ByteBuf buffer) |
parseTlvs, serializeTlv
parseMessage, serializeMessage
public InitiationHandler(BmpTlvRegistry tlvRegistry)
public void serializeMessageBody(org.opendaylight.yangtools.yang.binding.Notification message, io.netty.buffer.ByteBuf buffer)
serializeMessageBody
in class AbstractBmpMessageParser
public org.opendaylight.yangtools.yang.binding.Notification parseMessageBody(io.netty.buffer.ByteBuf bytes) throws BmpDeserializationException
parseMessageBody
in class AbstractBmpMessageParser
BmpDeserializationException
public int getBmpMessageType()
getBmpMessageType
in class AbstractBmpMessageParser
protected void addTlv(TlvsBuilder builder, Tlv tlv)
addTlv
in class AbstractBmpMessageWithTlvParser<TlvsBuilder>
Copyright © 2018 OpenDaylight. All rights reserved.