Class SrEroSubobjectParser
java.lang.Object
org.opendaylight.protocol.pcep.segment.routing.AbstractSrSubobjectParser
org.opendaylight.protocol.pcep.segment.routing.SrEroSubobjectParser
- All Implemented Interfaces:
EROSubobjectParser
,EROSubobjectSerializer
public class SrEroSubobjectParser
extends AbstractSrSubobjectParser
implements EROSubobjectParser, EROSubobjectSerializer
-
Field Summary
Fields inherited from class org.opendaylight.protocol.pcep.segment.routing.AbstractSrSubobjectParser
BITSET_LENGTH, C_FLAG_POSITION, F_FLAG_POSITION, M_FLAG_POSITION, MINIMAL_LENGTH, MPLS_LABEL_OFFSET, S_FLAG_POSITION
-
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.parseSubobject
(io.netty.buffer.ByteBuf buffer, boolean loose) void
serializeSubobject
(Subobject subobject, io.netty.buffer.ByteBuf buffer) Methods inherited from class org.opendaylight.protocol.pcep.segment.routing.AbstractSrSubobjectParser
parseSrSubobject, serializeSubobject
-
Method Details
-
serializeSubobject
- Specified by:
serializeSubobject
in interfaceEROSubobjectSerializer
-
parseSubobject
public Subobject parseSubobject(io.netty.buffer.ByteBuf buffer, boolean loose) throws PCEPDeserializerException - Specified by:
parseSubobject
in interfaceEROSubobjectParser
- Throws:
PCEPDeserializerException
-
getCodePoint
Deprecated.
-