Class XROSrlgSubobjectParser
java.lang.Object
org.opendaylight.protocol.rsvp.parser.impl.subobject.xro.XROSrlgSubobjectParser
- All Implemented Interfaces:
XROSubobjectParser
,XROSubobjectSerializer
public class XROSrlgSubobjectParser
extends Object
implements XROSubobjectParser, XROSubobjectSerializer
Parser for
SrlgCase
.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseSubobject
(io.netty.buffer.ByteBuf buffer, boolean mandatory) void
serializeSubobject
(SubobjectContainer subobject, io.netty.buffer.ByteBuf buffer)
-
Field Details
-
TYPE
public static final int TYPE- See Also:
-
-
Constructor Details
-
XROSrlgSubobjectParser
public XROSrlgSubobjectParser()
-
-
Method Details
-
parseSubobject
public SubobjectContainer parseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory) throws RSVPParsingException - Specified by:
parseSubobject
in interfaceXROSubobjectParser
- Throws:
RSVPParsingException
-
serializeSubobject
- Specified by:
serializeSubobject
in interfaceXROSubobjectSerializer
-