Class PCEPExplicitRouteObjectParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.CommonObjectParser
org.opendaylight.protocol.pcep.parser.object.AbstractEROWithSubobjectsParser
org.opendaylight.protocol.pcep.parser.object.PCEPExplicitRouteObjectParser
- All Implemented Interfaces:
- ObjectParser,- ObjectSerializer
Parser for 
Ero.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionparseObject(ObjectHeader header, io.netty.buffer.ByteBuf buffer) voidserializeObject(Object object, io.netty.buffer.ByteBuf buffer) Serializes given object to bytes wrapped in given ByteBuf.Methods inherited from class org.opendaylight.protocol.pcep.parser.object.AbstractEROWithSubobjectsParserparseSubobjects, serializeSubobjectMethods inherited from class org.opendaylight.protocol.pcep.spi.CommonObjectParsergetObjectClass, getObjectType
- 
Constructor Details- 
PCEPExplicitRouteObjectParser
 
- 
- 
Method Details- 
parseObjectpublic Ero parseObject(ObjectHeader header, io.netty.buffer.ByteBuf buffer) throws PCEPDeserializerException - Throws:
- PCEPDeserializerException
 
- 
serializeObjectDescription copied from interface:ObjectSerializerSerializes given object to bytes wrapped in given ByteBuf.- Parameters:
- object- PCEP object to be serialized
- buffer- ByteBuf wrapper around serialized object
 
 
-