Class StatefulPCReportMessageParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.AbstractMessageParser
org.opendaylight.protocol.pcep.ietf.stateful.StatefulPCReportMessageParser
- All Implemented Interfaces:
- MessageParser,- MessageSerializer
- Direct Known Subclasses:
- PcRptMessageCodec
Parser for 
Pcrpt.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ReportsgetValidReports(Queue<Object> objects, List<Message> errors) voidserializeMessage(Message message, io.netty.buffer.ByteBuf out) Serializes given message to bytes wrapped in given ByteBuf.Methods inherited from class org.opendaylight.protocol.pcep.spi.AbstractMessageParseraddVendorInformationObjects, createErrorMsg, parseMessage, serializeObject, serializeVendorInformationObjects
- 
Field Details- 
TYPEpublic static final int TYPE- See Also:
 
 
- 
- 
Constructor Details- 
StatefulPCReportMessageParser
 
- 
- 
Method Details- 
serializeMessageDescription copied from interface:MessageSerializerSerializes given message to bytes wrapped in given ByteBuf.- Parameters:
- message- PCEP message to be serialized
- out- ByteBuf wrapper around serialized message
 
- 
validatepublic Message validate(Queue<Object> objects, List<Message> errors) throws PCEPDeserializerException - Specified by:
- validatein class- AbstractMessageParser
- Throws:
- PCEPDeserializerException
 
- 
getValidReports
 
-