Interface TlvParser
-
- All Known Implementing Classes:
AbstractVendorInformationTlvParser,InitiatedStatefulCapabilityTlvParser,LspDbVersionTlvParser,NoPathVectorTlvParser,OFListTlvParser,OrderTlvParser,OverloadedDurationTlvParser,P2MPTeLspCapabilityParser,PathBindingTlvParser,PathSetupTypeTlvParser,ReqMissingTlvParser,SpeakerEntityIdTlvParser,SrPathSetupTypeTlvParser,SrPceCapabilityTlvParser,StatefulLSPIdentifierIpv4TlvParser,StatefulLSPIdentifierIpv6TlvParser,StatefulLspSymbolicNameTlvParser,StatefulLspUpdateErrorTlvParser,StatefulRSVPErrorSpecTlvParser,StatefulStatefulCapabilityTlvParser,SyncOptimizationsCapabilityTlvParser
public interface TlvParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TlvparseTlv(io.netty.buffer.ByteBuf buffer)
-
-
-
Method Detail
-
parseTlv
Tlv parseTlv(io.netty.buffer.ByteBuf buffer) throws PCEPDeserializerException
- Throws:
PCEPDeserializerException
-
-