Class SrRroSubobjectParser
- java.lang.Object
 - 
- org.opendaylight.protocol.pcep.segment.routing.AbstractSrSubobjectParser
 - 
- org.opendaylight.protocol.pcep.segment.routing.SrRroSubobjectParser
 
 
 
- 
- All Implemented Interfaces:
 RROSubobjectParser,RROSubobjectSerializer
public class SrRroSubobjectParser extends AbstractSrSubobjectParser implements RROSubobjectParser, RROSubobjectSerializer
 
- 
- 
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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetCodePoint()Deprecated.SubobjectparseSubobject(io.netty.buffer.ByteBuf buffer)voidserializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer)- 
Methods inherited from class org.opendaylight.protocol.pcep.segment.routing.AbstractSrSubobjectParser
parseSrSubobject, serializeSubobject 
 - 
 
 - 
 
- 
- 
Method Detail
- 
serializeSubobject
public void serializeSubobject(Subobject subobject, io.netty.buffer.ByteBuf buffer)
- Specified by:
 serializeSubobjectin interfaceRROSubobjectSerializer
 
- 
parseSubobject
public Subobject parseSubobject(io.netty.buffer.ByteBuf buffer) throws PCEPDeserializerException
- Specified by:
 parseSubobjectin interfaceRROSubobjectParser- Throws:
 PCEPDeserializerException
 
- 
getCodePoint
@Deprecated public int getCodePoint()
Deprecated. 
 - 
 
 -