Class PCEPMonitoringReplyMessageParser
- java.lang.Object
- 
- org.opendaylight.protocol.pcep.spi.AbstractMessageParser
- 
- org.opendaylight.protocol.pcep.parser.message.PCEPMonitoringReplyMessageParser
 
 
- 
- All Implemented Interfaces:
- MessageParser,- MessageSerializer
 
 public class PCEPMonitoringReplyMessageParser extends AbstractMessageParser Parser forPcmonrep.- See Also:
- Path Monitoring Replay Message
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intTYPE
 - 
Constructor SummaryConstructors Constructor Description PCEPMonitoringReplyMessageParser(ObjectRegistry registry)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserializeMessage(Message message, io.netty.buffer.ByteBuf buffer)Serializes given message to bytes wrapped in given ByteBuf.protected Messagevalidate(List<Object> objects, List<Message> errors)- 
Methods inherited from class org.opendaylight.protocol.pcep.spi.AbstractMessageParseraddVendorInformationObjects, createErrorMsg, parseMessage, serializeObject, serializeVendorInformationObjects
 
- 
 
- 
- 
- 
Field Detail- 
TYPEpublic static final int TYPE - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
PCEPMonitoringReplyMessageParserpublic PCEPMonitoringReplyMessageParser(ObjectRegistry registry) 
 
- 
 - 
Method Detail- 
serializeMessagepublic void serializeMessage(Message message, io.netty.buffer.ByteBuf buffer) Description copied from interface:MessageSerializerSerializes given message to bytes wrapped in given ByteBuf.- Parameters:
- message- PCEP message to be serialized
- buffer- ByteBuf wrapper around serialized message
 
 - 
validateprotected Message validate(List<Object> objects, List<Message> errors) throws PCEPDeserializerException - Specified by:
- validatein class- AbstractMessageParser
- Throws:
- PCEPDeserializerException
 
 
- 
 
-