Class StatefulPCUpdateRequestMessageParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.AbstractMessageParser
org.opendaylight.protocol.pcep.ietf.stateful.StatefulPCUpdateRequestMessageParser
- All Implemented Interfaces:
MessageParser
,MessageSerializer
Parser for
Pcupd
.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Updates
getValidUpdates
(Queue<Object> objects, List<Message> errors) void
serializeMessage
(Message message, io.netty.buffer.ByteBuf out) Serializes given message to bytes wrapped in given ByteBuf.protected void
serializeUpdate
(Updates update, io.netty.buffer.ByteBuf buffer) protected Message
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
-
StatefulPCUpdateRequestMessageParser
-
-
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
-
serializeUpdate
-
validate
protected Message validate(Queue<Object> objects, List<Message> errors) throws PCEPDeserializerException - Specified by:
validate
in classAbstractMessageParser
- Throws:
PCEPDeserializerException
-
getValidUpdates
-