Class StatefulErrorMessageParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.AbstractMessageParser
org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser
org.opendaylight.protocol.pcep.ietf.stateful.StatefulErrorMessageParser
- All Implemented Interfaces:
 MessageParser,MessageSerializer
Parser for 
PcerrMessage.- 
Field Summary
Fields inherited from class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser
TYPE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidserializeCases(PcerrMessage err, io.netty.buffer.ByteBuf buffer) If needed, subclasses can override this method.protected PcerrMessageMethods inherited from class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParser
serializeMessageMethods inherited from class org.opendaylight.protocol.pcep.spi.AbstractMessageParser
addVendorInformationObjects, createErrorMsg, parseMessage, serializeObject, serializeVendorInformationObjects 
- 
Constructor Details
- 
StatefulErrorMessageParser
 
 - 
 - 
Method Details
- 
serializeCases
Description copied from class:PCEPErrorMessageParserIf needed, subclasses can override this method.- Overrides:
 serializeCasesin classPCEPErrorMessageParser
 - 
validate
protected PcerrMessage validate(Queue<Object> objects, List<Message> errors) throws PCEPDeserializerException - Overrides:
 validatein classPCEPErrorMessageParser- Throws:
 PCEPDeserializerException
 
 -