Class PCEPNotificationMessageParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.AbstractMessageParser
org.opendaylight.protocol.pcep.parser.message.PCEPNotificationMessageParser
- All Implemented Interfaces:
MessageParser
,MessageSerializer
Parser for
PcntfMessage
.-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.opendaylight.protocol.pcep.spi.AbstractMessageParser
addVendorInformationObjects, createErrorMsg, parseMessage, serializeObject, serializeVendorInformationObjects
-
Field Details
-
TYPE
public static final int TYPE- See Also:
-
-
Constructor Details
-
PCEPNotificationMessageParser
-
-
Method Details
-
serializeMessage
Description copied from interface:MessageSerializer
Serializes given message to bytes wrapped in given ByteBuf.- Parameters:
message
- PCEP message to be serializedout
- ByteBuf wrapper around serialized message
-
validate
protected Message validate(Queue<Object> objects, List<Message> errors) throws PCEPDeserializerException - Specified by:
validate
in classAbstractMessageParser
- Throws:
PCEPDeserializerException
-