Class PCEPReplyMessageParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.AbstractMessageParser
org.opendaylight.protocol.pcep.parser.message.PCEPReplyMessageParser
- All Implemented Interfaces:
 MessageParser,MessageSerializer
Parser for 
Pcrep.- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected RepliesgetValidReply(Queue<Object> objects, List<Message> errors) protected voidparseAttributes(FailureCaseBuilder builder, Queue<Object> objects) protected voidparsePath(PathsBuilder builder, Queue<Object> objects) voidserializeMessage(Message message, io.netty.buffer.ByteBuf out) Serializes given message to bytes wrapped in given ByteBuf.protected voidserializeMetricPce(MetricPce metricPce, io.netty.buffer.ByteBuf buffer) protected voidserializeReply(Replies reply, io.netty.buffer.ByteBuf buffer) protected PcrepMethods 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
- 
PCEPReplyMessageParser
 
 - 
 - 
Method Details
- 
serializeMessage
Description copied from interface:MessageSerializerSerializes given message to bytes wrapped in given ByteBuf.- Parameters:
 message- PCEP message to be serializedout- ByteBuf wrapper around serialized message
 - 
serializeReply
 - 
serializeMetricPce
 - 
validate
protected Pcrep validate(Queue<Object> objects, List<Message> errors) throws PCEPDeserializerException - Specified by:
 validatein classAbstractMessageParser- Throws:
 PCEPDeserializerException
 - 
getValidReply
protected Replies getValidReply(Queue<Object> objects, List<Message> errors) throws PCEPDeserializerException - Throws:
 PCEPDeserializerException
 - 
parseAttributes
 - 
parsePath
 
 -