Uses of Class
org.opendaylight.protocol.bgp.parser.spi.RevisedErrorHandling
-
-
Uses of RevisedErrorHandling in org.opendaylight.protocol.bgp.linkstate.impl.attribute
Methods in org.opendaylight.protocol.bgp.linkstate.impl.attribute with parameters of type RevisedErrorHandling Modifier and Type Method Description void
LinkstateAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
-
Uses of RevisedErrorHandling in org.opendaylight.protocol.bgp.mvpn.impl.attributes
Methods in org.opendaylight.protocol.bgp.mvpn.impl.attributes with parameters of type RevisedErrorHandling Modifier and Type Method Description void
PEDistinguisherLabelsAttributeHandler. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
-
Uses of RevisedErrorHandling in org.opendaylight.protocol.bgp.parser.impl.message.update
Methods in org.opendaylight.protocol.bgp.parser.impl.message.update with parameters of type RevisedErrorHandling Modifier and Type Method Description boolean
ReachAttributeParser. ignoreDuplicates(RevisedErrorHandling errorHandling)
void
AggregatorAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
void
AsPathAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
void
AtomicAggregateAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
void
ClusterIdAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
void
CommunitiesAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
void
ExtendedCommunitiesAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
void
LocalPreferenceAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
void
MPReachAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
void
MPUnreachAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
void
MultiExitDiscriminatorAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
void
NextHopAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
void
OriginatorIdAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
void
OriginAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
abstract void
ReachAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
-
Uses of RevisedErrorHandling in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that return RevisedErrorHandling Modifier and Type Method Description static RevisedErrorHandling
RevisedErrorHandling. from(@Nullable PeerSpecificParserConstraint constraint)
Determine Revised Error Handling from the contents of aPeerSpecificParserConstraint
.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.Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type RevisedErrorHandling Modifier and Type Method Description default boolean
AttributeParser. ignoreDuplicates(@NonNull RevisedErrorHandling errorHandling)
Determine whether a duplicate attribute should be ignored orBGPError.MALFORMED_ATTR_LIST
should be raised.abstract void
AbstractAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)
default void
AttributeParser. parseAttribute(@NonNull io.netty.buffer.ByteBuf buffer, @NonNull AttributesBuilder builder, @NonNull RevisedErrorHandling errorHandling, @Nullable PeerSpecificParserConstraint constraint)
Parses attribute from ByteBuf buffer with the specifiedRevisedErrorHandling
.
-