Class ReachAttributeParser

java.lang.Object
org.opendaylight.protocol.bgp.parser.spi.AbstractAttributeParser
org.opendaylight.protocol.bgp.parser.impl.message.update.ReachAttributeParser
All Implemented Interfaces:
AttributeParser, AttributeSerializer
Direct Known Subclasses:
MPReachAttributeParser, MPUnreachAttributeParser

public abstract class ReachAttributeParser extends AbstractAttributeParser implements AttributeSerializer
Abstract base class for reachability attribute parsers, MPReachAttributeParser and MPUnreachAttributeParser. These attributes share their RFC7606 handling in that failure to parse them cannot lead to a treat-as-withdraw handling of the message. Individual parser may need access to RevisedErrorHandling for AFI/SAFI-specific parsing.