Class PCEPKeepAliveMessageParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.AbstractMessageParser
-
- org.opendaylight.protocol.pcep.parser.message.PCEPKeepAliveMessageParser
-
- All Implemented Interfaces:
org.opendaylight.protocol.pcep.spi.MessageParser,org.opendaylight.protocol.pcep.spi.MessageSerializer
public class PCEPKeepAliveMessageParser extends org.opendaylight.protocol.pcep.spi.AbstractMessageParserParser forKeepaliveMessage.
-
-
Field Summary
Fields Modifier and Type Field Description static intTYPE
-
Constructor Summary
Constructors Constructor Description PCEPKeepAliveMessageParser(org.opendaylight.protocol.pcep.spi.ObjectRegistry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserializeMessage(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Message message, io.netty.buffer.ByteBuf out)protected org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.KeepaliveMessagevalidate(Queue<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Object> objects, List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Message> errors)
-
-
-
Field Detail
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
serializeMessage
public void serializeMessage(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Message message, io.netty.buffer.ByteBuf out)
-
validate
protected org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.KeepaliveMessage validate(Queue<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Object> objects, List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.Message> errors) throws org.opendaylight.protocol.pcep.spi.PCEPDeserializerException
- Specified by:
validatein classorg.opendaylight.protocol.pcep.spi.AbstractMessageParser- Throws:
org.opendaylight.protocol.pcep.spi.PCEPDeserializerException
-
-