Uses of Class
org.opendaylight.protocol.bgp.parser.BGPTreatAsWithdrawException
Packages that use BGPTreatAsWithdrawException
Package
Description
-
Uses of BGPTreatAsWithdrawException in org.opendaylight.protocol.bgp.mvpn.impl.attributes
Methods in org.opendaylight.protocol.bgp.mvpn.impl.attributes that throw BGPTreatAsWithdrawExceptionModifier and TypeMethodDescriptionvoid
PEDistinguisherLabelsAttributeHandler.parseAttribute
(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) -
Uses of BGPTreatAsWithdrawException in org.opendaylight.protocol.bgp.parser
Constructors in org.opendaylight.protocol.bgp.parser with parameters of type BGPTreatAsWithdrawExceptionModifierConstructorDescriptionUsed 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
Methods in org.opendaylight.protocol.bgp.parser.impl.message.update that throw BGPTreatAsWithdrawExceptionModifier 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
Methods in org.opendaylight.protocol.bgp.parser.spi that return types with arguments of type BGPTreatAsWithdrawExceptionModifier and TypeMethodDescription@NonNull Optional<BGPTreatAsWithdrawException>
ParsedAttributes.getWithdrawCause()
Methods in org.opendaylight.protocol.bgp.parser.spi that throw BGPTreatAsWithdrawExceptionModifier 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.Constructors in org.opendaylight.protocol.bgp.parser.spi with parameters of type BGPTreatAsWithdrawExceptionModifierConstructorDescriptionParsedAttributes
(@NonNull Attributes attributes, @Nullable BGPTreatAsWithdrawException withdrawCause)