Uses of Interface
org.opendaylight.protocol.bgp.parser.spi.MultiPathSupport
-
Packages that use MultiPathSupport Package Description org.opendaylight.protocol.bgp.parser.spi.pojo -
-
Uses of MultiPathSupport in org.opendaylight.protocol.bgp.parser.spi.pojo
Classes in org.opendaylight.protocol.bgp.parser.spi.pojo that implement MultiPathSupport Modifier and Type Class Description class
MultiPathSupportImpl
Methods in org.opendaylight.protocol.bgp.parser.spi.pojo that return MultiPathSupport Modifier and Type Method Description static MultiPathSupport
MultiPathSupportImpl. createParserMultiPathSupport(@NonNull List<AddressFamilies> addPathCapabilities)
Creates instance ofMultiPathSupport
holder to be used as a parser constraint, hence only "send" add-path capabilities are taken into the account.
-