Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.PeerSpecificParserConstraint
Packages that use PeerSpecificParserConstraint
Package
Description
-
Uses of PeerSpecificParserConstraint in org.opendaylight.protocol.bgp.parser.spi
Subinterfaces of PeerSpecificParserConstraint in org.opendaylight.protocol.bgp.parser.spiModifier and TypeInterfaceDescriptioninterfaceServe as an entry gate for providers ofPeerSpecificParserConstraintservices.Methods in org.opendaylight.protocol.bgp.parser.spi with parameters of type PeerSpecificParserConstraintModifier and TypeMethodDescriptionstatic RevisedErrorHandlingRevisedErrorHandling.from(@Nullable PeerSpecificParserConstraint constraint) Determine Revised Error Handling from the contents of aPeerSpecificParserConstraint.static booleanMultiPathSupportUtil.isTableTypeSupported(@Nullable PeerSpecificParserConstraint constraints, @NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.BgpTableType afiSafi) Check is AFI/SAFI is supported byMultiPathSupportservice.final 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, PeerSpecificParserConstraint constraint) 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.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, @Nullable PeerSpecificParserConstraint constraint) Parses attribute from ByteBuf buffer.AttributeRegistry.parseAttributes(io.netty.buffer.ByteBuf buffer, @Nullable PeerSpecificParserConstraint constraints) Parse BGP Attribute from buffer.protected abstract org.opendaylight.yangtools.yang.binding.Notification<?>AbstractMessageRegistry.parseBody(int type, io.netty.buffer.ByteBuf body, int messageLength, PeerSpecificParserConstraint constraint) org.opendaylight.yangtools.yang.binding.Notification<?>AbstractMessageRegistry.parseMessage(io.netty.buffer.ByteBuf buffer, PeerSpecificParserConstraint constraint) org.opendaylight.yangtools.yang.binding.Notification<?>MessageRegistry.parseMessage(io.netty.buffer.ByteBuf bytes, @Nullable PeerSpecificParserConstraint constraint) Decode input buffer to BGP Message.org.opendaylight.yangtools.yang.binding.Notification<?>MessageParser.parseMessageBody(io.netty.buffer.ByteBuf body, int messageLength, @Nullable PeerSpecificParserConstraint constraint) Parse BGP Message from buffer, potentially applying peer-specific constraints.org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.MpReachNlriNlriRegistry.parseMpReach(io.netty.buffer.ByteBuf buffer, @Nullable PeerSpecificParserConstraint constraint) Decode MP REACH NLRI Attribute.org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach.MpUnreachNlriNlriRegistry.parseMpUnreach(io.netty.buffer.ByteBuf buffer, @Nullable PeerSpecificParserConstraint constraint) Decode MP REACH NLRI Attribute.voidNlriParser.parseNlri(io.netty.buffer.ByteBuf nlri, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.MpReachNlriBuilder builder, @Nullable PeerSpecificParserConstraint constraint) Parse MP UN_REACH NLRI from buffer.voidNlriParser.parseNlri(io.netty.buffer.ByteBuf nlri, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach.MpUnreachNlriBuilder builder, @Nullable PeerSpecificParserConstraint constraint) Parse MP UN_REACH NLRI from buffer. -
Uses of PeerSpecificParserConstraint in org.opendaylight.protocol.bgp.parser.spi.pojo
Classes in org.opendaylight.protocol.bgp.parser.spi.pojo that implement PeerSpecificParserConstraint