Class Srv6EroSubobjectParser
java.lang.Object
org.opendaylight.protocol.pcep.segment.routing.AbstractSrv6SubobjectParser
org.opendaylight.protocol.pcep.segment.routing.Srv6EroSubobjectParser
- All Implemented Interfaces:
EROSubobjectParser
,EROSubobjectSerializer
public class Srv6EroSubobjectParser
extends AbstractSrv6SubobjectParser
implements EROSubobjectParser, EROSubobjectSerializer
-
Field Summary
FieldsFields inherited from class org.opendaylight.protocol.pcep.segment.routing.AbstractSrv6SubobjectParser
BITSET_LENGTH, F_FLAG_POSITION, S_FLAG_POSITION, T_FLAG_POSITION, V_FLAG_POSITION
-
Method Summary
Modifier and TypeMethodDescriptionparseSubobject
(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.AbstractSrv6SubobjectParser
parseSrv6Subobject, serializeSubobject
-
Field Details
-
TYPE
public static final int TYPE- See Also:
-
-
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
-