Class XROPathKey128SubobjectParser
- java.lang.Object
-
- org.opendaylight.protocol.rsvp.parser.impl.subobject.xro.XROPathKey128SubobjectParser
-
- All Implemented Interfaces:
XROSubobjectParser
public class XROPathKey128SubobjectParser extends Object implements XROSubobjectParser
Parser for { PathKey}.
-
-
Field Summary
Fields Modifier and Type Field Description protected static int
PCE128_ID_F_LENGTH
static int
TYPE
-
Constructor Summary
Constructors Constructor Description XROPathKey128SubobjectParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubobjectContainer
parseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory)
-
-
-
Field Detail
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
PCE128_ID_F_LENGTH
protected static final int PCE128_ID_F_LENGTH
- 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
-
-