Class SimpleVendorInformationObjectRegistry
- java.lang.Object
- 
- org.opendaylight.protocol.pcep.spi.pojo.SimpleVendorInformationObjectRegistry
 
- 
- All Implemented Interfaces:
- VendorInformationObjectRegistry
 
 public class SimpleVendorInformationObjectRegistry extends Object implements VendorInformationObjectRegistry 
- 
- 
Constructor SummaryConstructors Constructor Description SimpleVendorInformationObjectRegistry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<? extends Object>parseVendorInformationObject(EnterpriseNumber enterpriseNumber, ObjectHeader header, io.netty.buffer.ByteBuf buffer)org.opendaylight.yangtools.concepts.RegistrationregisterVendorInformationObjectParser(EnterpriseNumber enterpriseNumber, ObjectParser parser)org.opendaylight.yangtools.concepts.RegistrationregisterVendorInformationObjectSerializer(Class<? extends EnterpriseSpecificInformation> esInformationClass, ObjectSerializer serializer)voidserializeVendorInformationObject(VendorInformationObject viObject, io.netty.buffer.ByteBuf buffer)
 
- 
- 
- 
Method Detail- 
registerVendorInformationObjectParserpublic org.opendaylight.yangtools.concepts.Registration registerVendorInformationObjectParser(EnterpriseNumber enterpriseNumber, ObjectParser parser) 
 - 
registerVendorInformationObjectSerializerpublic org.opendaylight.yangtools.concepts.Registration registerVendorInformationObjectSerializer(Class<? extends EnterpriseSpecificInformation> esInformationClass, ObjectSerializer serializer) 
 - 
parseVendorInformationObjectpublic Optional<? extends Object> parseVendorInformationObject(EnterpriseNumber enterpriseNumber, ObjectHeader header, io.netty.buffer.ByteBuf buffer) throws PCEPDeserializerException - Specified by:
- parseVendorInformationObjectin interface- VendorInformationObjectRegistry
- Throws:
- PCEPDeserializerException
 
 - 
serializeVendorInformationObjectpublic void serializeVendorInformationObject(VendorInformationObject viObject, io.netty.buffer.ByteBuf buffer) - Specified by:
- serializeVendorInformationObjectin interface- VendorInformationObjectRegistry
 
 
- 
 
-