Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.PeerConstraint
-
-
Uses of PeerConstraint in org.opendaylight.protocol.bgp.parser.spi
Subinterfaces of PeerConstraint in org.opendaylight.protocol.bgp.parser.spi Modifier and Type Interface Description interface
MultiPathSupport
Holds user specific add-path constraints per AFI/SAFI (table type).interface
RevisedErrorHandlingSupport
Peer constraint supporting RFC7606 Revised Error Handling.Methods in org.opendaylight.protocol.bgp.parser.spi with type parameters of type PeerConstraint Modifier and Type Method Description <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 PeerConstraint Modifier and Type Class Description class
MultiPathSupportImpl
class
RevisedErrorHandlingSupportImpl
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo with type parameters of type PeerConstraint Modifier and Type Method Description <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 PeerConstraint Modifier and Type Method Description <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 PeerConstraint Modifier and Type Method Description <T extends PeerConstraint>
voidBGPSession. addDecoderConstraint(Class<T> constraintClass, T constraint)
Add peer constraint to session pipeline decoder.
-