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