Class EROIpv6PrefixSubobjectParser
- java.lang.Object
-
- org.opendaylight.protocol.rsvp.parser.impl.subobject.ero.EROIpv6PrefixSubobjectParser
-
- All Implemented Interfaces:
EROSubobjectParser,EROSubobjectSerializer
public class EROIpv6PrefixSubobjectParser extends Object implements EROSubobjectParser, EROSubobjectSerializer
Parser forIpPrefixCase.
-
-
Field Summary
Fields Modifier and Type Field Description static intTYPE
-
Constructor Summary
Constructors Constructor Description EROIpv6PrefixSubobjectParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubobjectContainerparseSubobject(io.netty.buffer.ByteBuf buffer, boolean loose)voidserializeSubobject(SubobjectContainer subobject, io.netty.buffer.ByteBuf buffer)
-
-
-
Field Detail
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseSubobject
public SubobjectContainer parseSubobject(io.netty.buffer.ByteBuf buffer, boolean loose) throws RSVPParsingException
- Specified by:
parseSubobjectin interfaceEROSubobjectParser- Throws:
RSVPParsingException
-
serializeSubobject
public void serializeSubobject(SubobjectContainer subobject, io.netty.buffer.ByteBuf buffer)
- Specified by:
serializeSubobjectin interfaceEROSubobjectSerializer
-
-