public class Stateful07PCUpdateRequestMessageParser extends AbstractMessageParser
Pcupd| Modifier and Type | Field and Description | 
|---|---|
| static int | TYPE | 
| Constructor and Description | 
|---|
| Stateful07PCUpdateRequestMessageParser(ObjectRegistry registry) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Updates | getValidUpdates(List<Object> objects,
               List<Message> errors) | 
| void | serializeMessage(Message message,
                io.netty.buffer.ByteBuf out)Serializes given message to bytes wrapped in given ByteBuf. | 
| protected void | serializeUpdate(Updates update,
               io.netty.buffer.ByteBuf buffer) | 
| protected Message | validate(List<Object> objects,
        List<Message> errors) | 
addVendorInformationObjects, createErrorMsg, parseMessage, serializeObject, serializeVendorInformationObjectspublic static final int TYPE
public Stateful07PCUpdateRequestMessageParser(ObjectRegistry registry)
public void serializeMessage(Message message, io.netty.buffer.ByteBuf out)
MessageSerializermessage - PCEP message to be serializedout - ByteBuf wrapper around serialized messageprotected void serializeUpdate(Updates update, io.netty.buffer.ByteBuf buffer)
protected Message validate(List<Object> objects, List<Message> errors) throws PCEPDeserializerException
validate in class AbstractMessageParserPCEPDeserializerExceptionCopyright © 2018 OpenDaylight. All rights reserved.