Class XROPathKey128SubobjectParser
java.lang.Object
org.opendaylight.protocol.rsvp.parser.impl.subobject.xro.XROPathKey128SubobjectParser
- All Implemented Interfaces:
XROSubobjectParser
Parser for { PathKey}.
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparseSubobject
(io.netty.buffer.ByteBuf buffer, boolean mandatory)
-
Field Details
-
TYPE
public static final int TYPE- See Also:
-
PCE128_ID_F_LENGTH
protected static final int PCE128_ID_F_LENGTH- See Also:
-
-
Constructor Details
-
XROPathKey128SubobjectParser
public XROPathKey128SubobjectParser()
-
-
Method Details
-
parseSubobject
public SubobjectContainer parseSubobject(io.netty.buffer.ByteBuf buffer, boolean mandatory) throws RSVPParsingException - Specified by:
parseSubobject
in interfaceXROSubobjectParser
- Throws:
RSVPParsingException
-