Uses of Class
org.opendaylight.protocol.bgp.parser.BGPTreatAsWithdrawException
-
-
Uses of BGPTreatAsWithdrawException in org.opendaylight.protocol.bgp.mvpn.impl.attributes
Methods in org.opendaylight.protocol.bgp.mvpn.impl.attributes that throw BGPTreatAsWithdrawException Modifier and Type Method Description void
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 BGPTreatAsWithdrawException Constructor Description BGPDocumentedException(BGPTreatAsWithdrawException cause)
Used 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 BGPTreatAsWithdrawException Modifier and Type Method Description void
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 BGPTreatAsWithdrawException Modifier and Type Method Description @NonNull Optional<BGPTreatAsWithdrawException>
ParsedAttributes. getWithdrawCause()
Methods in org.opendaylight.protocol.bgp.parser.spi that throw BGPTreatAsWithdrawException Modifier and Type Method Description 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
.BGPDocumentedException
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.BGPDocumentedException
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.BGPDocumentedException
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 BGPTreatAsWithdrawException Constructor Description ParsedAttributes(@NonNull Attributes attributes, @Nullable BGPTreatAsWithdrawException withdrawCause)
-