Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.PeerConstraint
Packages that use PeerConstraint
Package
Description
-
Uses of PeerConstraint in org.opendaylight.protocol.bgp.parser.spi
Subinterfaces of PeerConstraint in org.opendaylight.protocol.bgp.parser.spiModifier and TypeInterfaceDescriptioninterfaceHolds user specific add-path constraints per AFI/SAFI (table type).interfacePeer constraint supporting RFC7606 Revised Error Handling.Methods in org.opendaylight.protocol.bgp.parser.spi with type parameters of type PeerConstraintModifier and TypeMethodDescription<T extends PeerConstraint>
booleanPeerSpecificParserConstraintProvider.addPeerConstraint(@NonNull Class<T> classType, @NonNull T peerConstraint) Register newPeerConstraintservice.<T extends PeerConstraint>
@NonNull Optional<T>PeerSpecificParserConstraint.getPeerConstraint(@NonNull Class<T> peerConstraintType) Looks-up and optionally returnsPeerConstraintservice. -
Uses of PeerConstraint in org.opendaylight.protocol.bgp.parser.spi.pojo
Classes in org.opendaylight.protocol.bgp.parser.spi.pojo that implement PeerConstraintModifier and TypeClassDescriptionfinal classfinal classMethods in org.opendaylight.protocol.bgp.parser.spi.pojo with type parameters of type PeerConstraintModifier and TypeMethodDescription<T extends PeerConstraint>
booleanPeerSpecificParserConstraintImpl.addPeerConstraint(Class<T> classType, T peerConstraint) <T extends PeerConstraint>
Optional<T>PeerSpecificParserConstraintImpl.getPeerConstraint(Class<T> peerConstraintType) -
Uses of PeerConstraint in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl with type parameters of type PeerConstraintModifier and TypeMethodDescription<T extends PeerConstraint>
voidBGPSessionImpl.addDecoderConstraint(Class<T> constraintClass, T constraint) -
Uses of PeerConstraint in org.opendaylight.protocol.bgp.rib.spi
Methods in org.opendaylight.protocol.bgp.rib.spi with type parameters of type PeerConstraintModifier and TypeMethodDescription<T extends PeerConstraint>
voidBGPSession.addDecoderConstraint(Class<T> constraintClass, T constraint) Add peer constraint to session pipeline decoder.