Class EROPathKey32SubobjectParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.AbstractEROPathKeySubobjectParser
org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser
- All Implemented Interfaces:
EROSubobjectParser
,EROSubobjectSerializer
-
Field Summary
Fields inherited from class org.opendaylight.protocol.pcep.spi.AbstractEROPathKeySubobjectParser
CONTENT_LENGTH, CONTENT128_LENGTH, PCE_ID_F_LENGTH, PCE128_ID_F_LENGTH, TYPE_128, TYPE_32
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkContentLength
(int length) protected byte[]
readPceId
(io.netty.buffer.ByteBuf buffer) Methods inherited from class org.opendaylight.protocol.pcep.spi.AbstractEROPathKeySubobjectParser
parseSubobject, serializeSubobject
-
Constructor Details
-
EROPathKey32SubobjectParser
public EROPathKey32SubobjectParser()
-
-
Method Details
-
readPceId
protected byte[] readPceId(io.netty.buffer.ByteBuf buffer) - Specified by:
readPceId
in classAbstractEROPathKeySubobjectParser
-
checkContentLength
- Specified by:
checkContentLength
in classAbstractEROPathKeySubobjectParser
- Throws:
PCEPDeserializerException
-