public class PCEPNotificationMessageParser extends AbstractMessageParser
PcntfMessage| Modifier and Type | Field and Description | 
|---|---|
| static int | TYPE | 
| Constructor and Description | 
|---|
| PCEPNotificationMessageParser(ObjectRegistry registry) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | serializeMessage(Message message,
                io.netty.buffer.ByteBuf out)Serializes given message to bytes wrapped in given ByteBuf. | 
| protected Message | validate(List<Object> objects,
        List<Message> errors) | 
addVendorInformationObjects, createErrorMsg, parseMessage, serializeObject, serializeVendorInformationObjectspublic static final int TYPE
public PCEPNotificationMessageParser(ObjectRegistry registry)
public void serializeMessage(Message message, io.netty.buffer.ByteBuf out)
MessageSerializermessage - PCEP message to be serializedout - ByteBuf wrapper around serialized messageprotected Message validate(List<Object> objects, List<Message> errors) throws PCEPDeserializerException
validate in class AbstractMessageParserPCEPDeserializerExceptionCopyright © 2018 OpenDaylight. All rights reserved.