Class EROPathKey32SubobjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.AbstractEROPathKeySubobjectParser
-
- org.opendaylight.protocol.pcep.parser.subobject.EROPathKey32SubobjectParser
-
- All Implemented Interfaces:
EROSubobjectParser
,EROSubobjectSerializer
public final class EROPathKey32SubobjectParser extends AbstractEROPathKeySubobjectParser
-
-
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
Constructors Constructor Description EROPathKey32SubobjectParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkContentLength(int length)
protected byte[]
readPceId(io.netty.buffer.ByteBuf buffer)
-
Methods inherited from class org.opendaylight.protocol.pcep.spi.AbstractEROPathKeySubobjectParser
parseSubobject, serializeSubobject
-
-
-
-
Method Detail
-
readPceId
protected byte[] readPceId(io.netty.buffer.ByteBuf buffer)
- Specified by:
readPceId
in classAbstractEROPathKeySubobjectParser
-
checkContentLength
protected void checkContentLength(int length) throws PCEPDeserializerException
- Specified by:
checkContentLength
in classAbstractEROPathKeySubobjectParser
- Throws:
PCEPDeserializerException
-
-