Class XROIpv4PrefixSubobjectParser
- java.lang.Object
-
- org.opendaylight.protocol.rsvp.parser.impl.subobject.xro.XROIpv4PrefixSubobjectParser
-
- All Implemented Interfaces:
XROSubobjectParser
,XROSubobjectSerializer
public class XROIpv4PrefixSubobjectParser extends Object implements XROSubobjectParser, XROSubobjectSerializer
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE
-
Constructor Summary
Constructors Constructor Description XROIpv4PrefixSubobjectParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubobjectContainer
parseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory)
void
serializeSubobject(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 mandatory) throws RSVPParsingException
- Specified by:
parseSubobject
in interfaceXROSubobjectParser
- Throws:
RSVPParsingException
-
serializeSubobject
public void serializeSubobject(SubobjectContainer subobject, io.netty.buffer.ByteBuf buffer)
- Specified by:
serializeSubobject
in interfaceXROSubobjectSerializer
-
-