Class InitiatedPCInitiateMessageParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.AbstractMessageParser
org.opendaylight.protocol.pcep.ietf.initiated.InitiatedPCInitiateMessageParser
- All Implemented Interfaces:
 MessageParser,MessageSerializer
Parser for 
Pcinitiate.- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected RequestsgetValidRequest(Queue<Object> objects) voidserializeMessage(Message message, io.netty.buffer.ByteBuf out) Serializes given message to bytes wrapped in given ByteBuf.protected voidserializeRequest(Requests req, io.netty.buffer.ByteBuf buffer) protected MessageMethods 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
- 
InitiatedPCInitiateMessageParser
 
 - 
 - 
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
 - 
serializeRequest
 - 
validate
protected Message validate(Queue<Object> objects, List<Message> errors) throws PCEPDeserializerException - Specified by:
 validatein classAbstractMessageParser- Throws:
 PCEPDeserializerException
 - 
getValidRequest
- Throws:
 PCEPDeserializerException
 
 -