Class UnrecognizedAttributesSerializer
java.lang.Object
org.opendaylight.protocol.bgp.parser.impl.message.update.UnrecognizedAttributesSerializer
- All Implemented Interfaces:
org.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
public class UnrecognizedAttributesSerializer
extends Object
implements org.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserializeAttribute(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.Attributes attributes, io.netty.buffer.ByteBuf byteAggregator)
-
Constructor Details
-
UnrecognizedAttributesSerializer
public UnrecognizedAttributesSerializer()
-
-
Method Details
-
serializeAttribute
public void serializeAttribute(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.Attributes attributes, io.netty.buffer.ByteBuf byteAggregator) - Specified by:
serializeAttributein interfaceorg.opendaylight.protocol.bgp.parser.spi.AttributeSerializer
-