Uses of Class
org.opendaylight.protocol.bgp.parser.spi.RevisedErrorHandling
-
Packages that use RevisedErrorHandling Package Description org.opendaylight.protocol.bgp.parser.spi -
-
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, 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.
-