Class AS4AggregatorAttributeParser
- java.lang.Object
 - 
- org.opendaylight.protocol.bgp.parser.impl.message.update.AS4AggregatorAttributeParser
 
 
- 
- All Implemented Interfaces:
 AttributeParser,AttributeSerializer
public final class AS4AggregatorAttributeParser extends Object implements AttributeParser, AttributeSerializer
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intTYPE 
- 
Constructor Summary
Constructors Constructor Description AS4AggregatorAttributeParser() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, PeerSpecificParserConstraint constraint)Parses attribute from ByteBuf buffer.voidserializeAttribute(Attributes attribute, io.netty.buffer.ByteBuf byteAggregator)- 
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.bgp.parser.spi.AttributeParser
ignoreDuplicates, parseAttribute 
 - 
 
 - 
 
- 
- 
Field Detail
- 
TYPE
public static final int TYPE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
parseAttribute
public void parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, PeerSpecificParserConstraint constraint)Description copied from interface:AttributeParserParses attribute from ByteBuf buffer.- Specified by:
 parseAttributein interfaceAttributeParser- Parameters:
 buffer- Encoded attribute body in ByteBuf.builder- Path attributes builder. Guaranteed to contain all valid attributes whose type is numerically lower than this attribute's type.constraint- Peer specific constraints, may be null
 
- 
serializeAttribute
public void serializeAttribute(Attributes attribute, io.netty.buffer.ByteBuf byteAggregator)
- Specified by:
 serializeAttributein interfaceAttributeSerializer
 
 - 
 
 -