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 TypeInterfaceDescriptioninterface
Holds user specific add-path constraints per AFI/SAFI (table type).interface
Peer 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 newPeerConstraint
service.<T extends PeerConstraint>
@NonNull Optional<T>PeerSpecificParserConstraint.getPeerConstraint
(@NonNull Class<T> peerConstraintType) Looks-up and optionally returnsPeerConstraint
service. -
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 class
final class
Methods 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.