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
 
 public final class StatefulErrorMessageParser extends PCEPErrorMessageParser Parser forPcerrMessage.
- 
- 
Field Summary- 
Fields inherited from class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParserTYPE
 
- 
 - 
Constructor SummaryConstructors Constructor Description StatefulErrorMessageParser(ObjectRegistry registry)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidserializeCases(PcerrMessage err, io.netty.buffer.ByteBuf buffer)If needed, subclasses can override this method.protected PcerrMessagevalidate(List<Object> objects, List<Message> errors)- 
Methods inherited from class org.opendaylight.protocol.pcep.parser.message.PCEPErrorMessageParserserializeMessage
 - 
Methods inherited from class org.opendaylight.protocol.pcep.spi.AbstractMessageParseraddVendorInformationObjects, createErrorMsg, parseMessage, serializeObject, serializeVendorInformationObjects
 
- 
 
- 
- 
- 
Constructor Detail- 
StatefulErrorMessageParserpublic StatefulErrorMessageParser(ObjectRegistry registry) 
 
- 
 - 
Method Detail- 
serializeCasesprotected void serializeCases(PcerrMessage err, io.netty.buffer.ByteBuf buffer) Description copied from class:PCEPErrorMessageParserIf needed, subclasses can override this method.- Overrides:
- serializeCasesin class- PCEPErrorMessageParser
 
 - 
validateprotected PcerrMessage validate(List<Object> objects, List<Message> errors) throws PCEPDeserializerException - Overrides:
- validatein class- PCEPErrorMessageParser
- Throws:
- PCEPDeserializerException
 
 
- 
 
-