| Package | Description |
|---|---|
| org.opendaylight.protocol.bgp.parser.spi |
| Modifier and Type | Method and Description |
|---|---|
static RevisedErrorHandling |
RevisedErrorHandling.from(@Nullable PeerSpecificParserConstraint constraint)
Determine Revised Error Handling from the contents of a
PeerSpecificParserConstraint. |
static RevisedErrorHandling |
RevisedErrorHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevisedErrorHandling[] |
RevisedErrorHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
AttributeParser.ignoreDuplicates(RevisedErrorHandling errorHandling)
Determine whether a duplicate attribute should be ignored or
BGPError.MALFORMED_ATTR_LIST should be
raised. |
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) |
Copyright © 2019 OpenDaylight. All rights reserved.