Interface VendorInformationTlvRegistry
- 
- All Known Implementing Classes:
- SimpleVendorInformationTlvRegistry
 
 public interface VendorInformationTlvRegistry
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<VendorInformationTlv>parseVendorInformationTlv(EnterpriseNumber enterpriseNumber, io.netty.buffer.ByteBuf buffer)voidserializeVendorInformationTlv(VendorInformationTlv viTlv, io.netty.buffer.ByteBuf buffer)
 
- 
- 
- 
Method Detail- 
parseVendorInformationTlvOptional<VendorInformationTlv> parseVendorInformationTlv(EnterpriseNumber enterpriseNumber, io.netty.buffer.ByteBuf buffer) throws PCEPDeserializerException - Throws:
- PCEPDeserializerException
 
 - 
serializeVendorInformationTlvvoid serializeVendorInformationTlv(VendorInformationTlv viTlv, io.netty.buffer.ByteBuf buffer) 
 
- 
 
-