Uses of Enum Class
org.opendaylight.protocol.bgp.parser.spi.RevisedErrorHandling
Packages that use RevisedErrorHandling
-
Uses of RevisedErrorHandling in org.opendaylight.protocol.bgp.parser.spi
Methods in org.opendaylight.protocol.bgp.parser.spi that return RevisedErrorHandlingModifier and TypeMethodDescriptionstatic RevisedErrorHandlingRevisedErrorHandling.from(@Nullable PeerSpecificParserConstraint constraint) Determine Revised Error Handling from the contents of aPeerSpecificParserConstraint.static RevisedErrorHandlingReturns the enum constant of this class with the specified name.static RevisedErrorHandling[]RevisedErrorHandling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type RevisedErrorHandlingModifier and TypeMethodDescriptiondefault 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, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.AttributesBuilder builder, RevisedErrorHandling errorHandling, PeerSpecificParserConstraint constraint) default voidAttributeParser.parseAttribute(@NonNull io.netty.buffer.ByteBuf buffer, @NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.AttributesBuilder builder, @NonNull RevisedErrorHandling errorHandling, @Nullable PeerSpecificParserConstraint constraint) Parses attribute from ByteBuf buffer with the specifiedRevisedErrorHandling.