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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckContentLength(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:
 readPceIdin classAbstractEROPathKeySubobjectParser
 - 
checkContentLength
- Specified by:
 checkContentLengthin classAbstractEROPathKeySubobjectParser- Throws:
 PCEPDeserializerException
 
 -