public interface AttributeRegistry
Modifier and Type | Method and Description |
---|---|
Attributes |
parseAttributes(io.netty.buffer.ByteBuf buffer,
PeerSpecificParserConstraint constraints)
Parse BGP Attribute from buffer.
|
void |
serializeAttribute(org.opendaylight.yangtools.yang.binding.DataObject attribute,
io.netty.buffer.ByteBuf byteAggregator)
Serialize BGP Attribute to buffer.
|
@Nonnull Attributes parseAttributes(@Nonnull io.netty.buffer.ByteBuf buffer, @Nullable PeerSpecificParserConstraint constraints) throws BGPDocumentedException, BGPParsingException
buffer
- Input buffer.constraints
- Peer specific constraint.BGPDocumentedException
BGPParsingException
Copyright © 2018 OpenDaylight. All rights reserved.