Uses of Class
org.opendaylight.protocol.bgp.parser.BGPTreatAsWithdrawException
Package
Description
-
Uses of BGPTreatAsWithdrawException in org.opendaylight.protocol.bgp.mvpn.impl.attributes
Modifier and TypeMethodDescriptionvoid
PEDistinguisherLabelsAttributeHandler.parseAttribute
(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) -
Uses of BGPTreatAsWithdrawException in org.opendaylight.protocol.bgp.parser
ModifierConstructorDescriptionUsed when an error occurred that is described in an RFC or a draft. -
Uses of BGPTreatAsWithdrawException in org.opendaylight.protocol.bgp.parser.impl.message.update
Modifier and TypeMethodDescriptionvoid
AsPathAttributeParser.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
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) -
Uses of BGPTreatAsWithdrawException in org.opendaylight.protocol.bgp.parser.spi
Modifier and TypeMethodDescription@NonNull Optional<BGPTreatAsWithdrawException>
ParsedAttributes.getWithdrawCause()
Modifier and TypeMethodDescriptionabstract 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
.RevisedErrorHandling.reportError
(BGPError error, byte[] data, String format, Object... args) Report a failure to parse an attribute resulting either in treat-as-withdraw if RFC7606 is in effect, or connection teardown if it is not.RevisedErrorHandling.reportError
(BGPError error, @Nullable Exception cause, String format, Object... args) Report a failure to parse an attribute resulting either in treat-as-withdraw if RFC7606 is in effect, or connection teardown if it is not.RevisedErrorHandling.reportError
(BGPError error, String format, Object... args) Report a failure to parse an attribute resulting either in treat-as-withdraw if RFC7606 is in effect, or connection teardown if it is not.ModifierConstructorDescriptionParsedAttributes
(@NonNull Attributes attributes, @Nullable BGPTreatAsWithdrawException withdrawCause)