public class CInitiated00PCInitiateMessageParser extends AbstractMessageParser
Pcinitiate
Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
CInitiated00PCInitiateMessageParser(ObjectRegistry registry) |
Modifier and Type | Method and Description |
---|---|
protected Requests |
getValidRequest(List<Object> objects) |
void |
serializeMessage(Message message,
io.netty.buffer.ByteBuf out)
Serializes given message to bytes wrapped in given ByteBuf.
|
protected void |
serializeRequest(Requests req,
io.netty.buffer.ByteBuf buffer) |
protected Message |
validate(List<Object> objects,
List<Message> errors) |
addVendorInformationObjects, createErrorMsg, parseMessage, serializeObject, serializeVendorInformationObjects
public static final int TYPE
public CInitiated00PCInitiateMessageParser(ObjectRegistry registry)
public void serializeMessage(Message message, io.netty.buffer.ByteBuf out)
MessageSerializer
message
- PCEP message to be serializedout
- ByteBuf wrapper around serialized messageprotected void serializeRequest(Requests req, io.netty.buffer.ByteBuf buffer)
protected Message validate(List<Object> objects, List<Message> errors) throws PCEPDeserializerException
validate
in class AbstractMessageParser
PCEPDeserializerException
Copyright © 2018 OpenDaylight. All rights reserved.