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 TypeMethodDescriptionvoidPEDistinguisherLabelsAttributeHandler.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 TypeMethodDescriptionvoidAsPathAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) voidClusterIdAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) voidCommunitiesAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) voidExtendedCommunitiesAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) voidLocalPreferenceAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) voidMultiExitDiscriminatorAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) voidNextHopAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) voidOriginatorIdAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) voidOriginAttributeParser.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 voidAbstractAttributeParser.parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) default voidAttributeParser.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)