Class SrEroSubobjectParser
java.lang.Object
org.opendaylight.protocol.pcep.parser.subobject.AbstractSrSubobjectParser
org.opendaylight.protocol.pcep.parser.subobject.SrEroSubobjectParser
- All Implemented Interfaces:
EROSubobjectParser,EROSubobjectSerializer
public class SrEroSubobjectParser
extends AbstractSrSubobjectParser
implements EROSubobjectParser, EROSubobjectSerializer
-
Field Summary
FieldsFields inherited from class org.opendaylight.protocol.pcep.parser.subobject.AbstractSrSubobjectParser
BITSET_LENGTH, C_FLAG_POSITION, F_FLAG_POSITION, M_FLAG_POSITION, MINIMAL_LENGTH, MPLS_LABEL_OFFSET, S_FLAG_POSITION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseSubobject(io.netty.buffer.ByteBuf buffer, boolean loose) voidserializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer) Methods inherited from class org.opendaylight.protocol.pcep.parser.subobject.AbstractSrSubobjectParser
parseSrSubobject, serializeSubobject
-
Field Details
-
TYPE
public static final int TYPE- See Also:
-
-
Constructor Details
-
SrEroSubobjectParser
public SrEroSubobjectParser()
-
-
Method Details
-
serializeSubobject
- Specified by:
serializeSubobjectin interfaceEROSubobjectSerializer
-
parseSubobject
public Subobject parseSubobject(io.netty.buffer.ByteBuf buffer, boolean loose) throws PCEPDeserializerException - Specified by:
parseSubobjectin interfaceEROSubobjectParser- Throws:
PCEPDeserializerException
-