Class AbstractVendorInformationTlvParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.parser.tlv.AbstractVendorInformationTlvParser
-
- All Implemented Interfaces:
EnterpriseSpecificInformationParser
,TlvParser
,TlvSerializer
public abstract class AbstractVendorInformationTlvParser extends Object implements TlvSerializer, TlvParser, EnterpriseSpecificInformationParser
-
-
Constructor Summary
Constructors Constructor Description AbstractVendorInformationTlvParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VendorInformationTlv
parseTlv(io.netty.buffer.ByteBuf buffer)
void
serializeTlv(Tlv tlv, io.netty.buffer.ByteBuf buffer)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opendaylight.protocol.pcep.spi.EnterpriseSpecificInformationParser
getEnterpriseNumber, parseEnterpriseSpecificInformation, serializeEnterpriseSpecificInformation
-
-
-
-
Method Detail
-
serializeTlv
public final void serializeTlv(Tlv tlv, io.netty.buffer.ByteBuf buffer)
- Specified by:
serializeTlv
in interfaceTlvSerializer
-
parseTlv
public final VendorInformationTlv parseTlv(io.netty.buffer.ByteBuf buffer) throws PCEPDeserializerException
- Specified by:
parseTlv
in interfaceTlvParser
- Throws:
PCEPDeserializerException
-
-