Class SrEroSubobjectParser
java.lang.Object
org.opendaylight.protocol.pcep.segment.routing.AbstractSrSubobjectParser
org.opendaylight.protocol.pcep.segment.routing.SrEroSubobjectParser
- All Implemented Interfaces:
org.opendaylight.protocol.pcep.spi.EROSubobjectParser,org.opendaylight.protocol.pcep.spi.EROSubobjectSerializer
public class SrEroSubobjectParser
extends AbstractSrSubobjectParser
implements org.opendaylight.protocol.pcep.spi.EROSubobjectParser, org.opendaylight.protocol.pcep.spi.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 TypeMethodDescriptionintDeprecated.org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.explicit.route.object.ero.SubobjectparseSubobject(io.netty.buffer.ByteBuf buffer, boolean loose) voidserializeSubobject(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.explicit.route.object.ero.Subobject subobject, io.netty.buffer.ByteBuf buffer) Methods inherited from class org.opendaylight.protocol.pcep.segment.routing.AbstractSrSubobjectParser
parseSrSubobject, serializeSubobject
-
Method Details
-
serializeSubobject
public void serializeSubobject(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.explicit.route.object.ero.Subobject subobject, io.netty.buffer.ByteBuf buffer) - Specified by:
serializeSubobjectin interfaceorg.opendaylight.protocol.pcep.spi.EROSubobjectSerializer
-
parseSubobject
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.explicit.route.object.ero.Subobject parseSubobject(io.netty.buffer.ByteBuf buffer, boolean loose) throws org.opendaylight.protocol.pcep.PCEPDeserializerException - Specified by:
parseSubobjectin interfaceorg.opendaylight.protocol.pcep.spi.EROSubobjectParser- Throws:
org.opendaylight.protocol.pcep.PCEPDeserializerException
-
getCodePoint
Deprecated.
-