| Package | Description |
|---|---|
| org.opendaylight.protocol.bgp.parser.spi | |
| org.opendaylight.protocol.bgp.parser.spi.pojo |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PeerSpecificParserConstraintProvider
Serve as an entry gate for providers of
PeerSpecificParserConstraint services. |
| Modifier and Type | Method and Description |
|---|---|
static RevisedErrorHandling |
RevisedErrorHandling.from(@Nullable PeerSpecificParserConstraint constraint)
Determine Revised Error Handling from the contents of a
PeerSpecificParserConstraint. |
static boolean |
MultiPathSupportUtil.isTableTypeSupported(PeerSpecificParserConstraint constraints,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.BgpTableType afiSafi)
Check is AFI/SAFI is supported by
MultiPathSupport service. |
void |
AttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.AttributesBuilder builder,
PeerSpecificParserConstraint constraint)
Parses attribute from ByteBuf buffer.
|
void |
AbstractAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.AttributesBuilder builder,
PeerSpecificParserConstraint constraint) |
default void |
AttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.AttributesBuilder builder,
RevisedErrorHandling errorHandling,
PeerSpecificParserConstraint constraint)
Parses attribute from ByteBuf buffer with the specified
RevisedErrorHandling. |
abstract void |
AbstractAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.AttributesBuilder builder,
RevisedErrorHandling errorHandling,
PeerSpecificParserConstraint constraint) |
ParsedAttributes |
AttributeRegistry.parseAttributes(io.netty.buffer.ByteBuf buffer,
PeerSpecificParserConstraint constraints)
Parse BGP Attribute from buffer.
|
protected abstract org.opendaylight.yangtools.yang.binding.Notification |
AbstractMessageRegistry.parseBody(int type,
io.netty.buffer.ByteBuf body,
int messageLength,
PeerSpecificParserConstraint constraint) |
org.opendaylight.yangtools.yang.binding.Notification |
MessageRegistry.parseMessage(io.netty.buffer.ByteBuf bytes,
PeerSpecificParserConstraint constraint)
Decode input buffer to BGP Message.
|
org.opendaylight.yangtools.yang.binding.Notification |
AbstractMessageRegistry.parseMessage(io.netty.buffer.ByteBuf buffer,
PeerSpecificParserConstraint constraint) |
org.opendaylight.yangtools.yang.binding.Notification |
MessageParser.parseMessageBody(io.netty.buffer.ByteBuf body,
int messageLength,
PeerSpecificParserConstraint constraint)
Parse BGP Message from buffer, potentially applying peer-specific constraints.
|
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.update.attributes.MpReachNlri |
NlriRegistry.parseMpReach(io.netty.buffer.ByteBuf buffer,
PeerSpecificParserConstraint constraint)
Decode MP REACH NLRI Attribute.
|
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.update.attributes.MpUnreachNlri |
NlriRegistry.parseMpUnreach(io.netty.buffer.ByteBuf buffer,
PeerSpecificParserConstraint constraint)
Decode MP REACH NLRI Attribute.
|
void |
NlriParser.parseNlri(io.netty.buffer.ByteBuf nlri,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.update.attributes.MpReachNlriBuilder builder,
PeerSpecificParserConstraint constraint)
Parse MP UN_REACH NLRI from buffer.
|
void |
NlriParser.parseNlri(io.netty.buffer.ByteBuf nlri,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.update.attributes.MpUnreachNlriBuilder builder,
PeerSpecificParserConstraint constraint)
Parse MP UN_REACH NLRI from buffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PeerSpecificParserConstraintImpl |
Copyright © 2019 OpenDaylight. All rights reserved.