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 voidLinkstateAttributeParser. 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 voidPEDistinguisherLabelsAttributeHandler. 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 booleanReachAttributeParser. ignoreDuplicates(RevisedErrorHandling errorHandling)voidAggregatorAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)voidAsPathAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)voidAtomicAggregateAttributeParser. 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)voidMPReachAttributeParser. parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint)voidMPUnreachAttributeParser. 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)abstract voidReachAttributeParser. 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 RevisedErrorHandlingRevisedErrorHandling. from(@Nullable PeerSpecificParserConstraint constraint)Determine Revised Error Handling from the contents of aPeerSpecificParserConstraint.static RevisedErrorHandlingRevisedErrorHandling. 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 booleanAttributeParser. ignoreDuplicates(@NonNull RevisedErrorHandling errorHandling)Determine whether a duplicate attribute should be ignored orBGPError.MALFORMED_ATTR_LISTshould be raised.abstract 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.
-