Class EROPathKey128SubobjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.spi.AbstractEROPathKeySubobjectParser
-
- org.opendaylight.protocol.pcep.parser.subobject.EROPathKey128SubobjectParser
-
- All Implemented Interfaces:
org.opendaylight.protocol.pcep.spi.EROSubobjectParser,org.opendaylight.protocol.pcep.spi.EROSubobjectSerializer
public final class EROPathKey128SubobjectParser extends org.opendaylight.protocol.pcep.spi.AbstractEROPathKeySubobjectParser
-
-
Constructor Summary
Constructors Constructor Description EROPathKey128SubobjectParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckContentLength(int length)protected byte[]readPceId(io.netty.buffer.ByteBuf buffer)
-
-
-
Method Detail
-
readPceId
protected byte[] readPceId(io.netty.buffer.ByteBuf buffer)
- Specified by:
readPceIdin classorg.opendaylight.protocol.pcep.spi.AbstractEROPathKeySubobjectParser
-
checkContentLength
protected void checkContentLength(int length) throws org.opendaylight.protocol.pcep.spi.PCEPDeserializerException- Specified by:
checkContentLengthin classorg.opendaylight.protocol.pcep.spi.AbstractEROPathKeySubobjectParser- Throws:
org.opendaylight.protocol.pcep.spi.PCEPDeserializerException
-
-