Class RROIpv6PrefixSubobjectParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.parser.subobject.RROIpv6PrefixSubobjectParser
-
- All Implemented Interfaces:
RROSubobjectParser,RROSubobjectSerializer
public class RROIpv6PrefixSubobjectParser extends Object implements RROSubobjectParser, RROSubobjectSerializer
Parser forIpPrefixCase.
-
-
Field Summary
Fields Modifier and Type Field Description static intTYPE
-
Constructor Summary
Constructors Constructor Description RROIpv6PrefixSubobjectParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubobjectparseSubobject(io.netty.buffer.ByteBuf buffer)voidserializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer)
-
-
-
Field Detail
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseSubobject
public Subobject parseSubobject(io.netty.buffer.ByteBuf buffer) throws PCEPDeserializerException
- Specified by:
parseSubobjectin interfaceRROSubobjectParser- Throws:
PCEPDeserializerException
-
serializeSubobject
public void serializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer)
- Specified by:
serializeSubobjectin interfaceRROSubobjectSerializer
-
-