Interface VendorInformationTlvRegistry
-
- All Known Implementing Classes:
SimpleVendorInformationTlvRegistry
public interface VendorInformationTlvRegistry
-
-
Method Summary
All 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
-
parseVendorInformationTlv
Optional<VendorInformationTlv> parseVendorInformationTlv(EnterpriseNumber enterpriseNumber, io.netty.buffer.ByteBuf buffer) throws PCEPDeserializerException
- Throws:
PCEPDeserializerException
-
serializeVendorInformationTlv
void serializeVendorInformationTlv(VendorInformationTlv viTlv, io.netty.buffer.ByteBuf buffer)
-
-