Uses of Interface
org.opendaylight.protocol.bgp.mvpn.spi.nlri.MvpnParser
-
Packages that use MvpnParser Package Description org.opendaylight.protocol.bgp.mvpn.impl.nlri org.opendaylight.protocol.bgp.mvpn.spi.pojo.nlri -
-
Uses of MvpnParser in org.opendaylight.protocol.bgp.mvpn.impl.nlri
Classes in org.opendaylight.protocol.bgp.mvpn.impl.nlri that implement MvpnParser Modifier and Type Class Description class
InterASIPmsiADHandler
https://tools.ietf.org/html/rfc6514#section-4.2 .class
IntraAsIPmsiADHandler
https://tools.ietf.org/html/rfc6514#section-4.1.class
LeafADHandler
https://tools.ietf.org/html/rfc6514#section-4.4.class
SharedTreeJoinHandler
https://tools.ietf.org/html/rfc6514#section-4.6.class
SourceActiveADHandler
https://tools.ietf.org/html/rfc6514#section-4.5.class
SourceTreeJoinHandler
https://tools.ietf.org/html/rfc6514#section-4.6.class
SPmsiADHandler
https://tools.ietf.org/html/rfc6514#section-4.3. -
Uses of MvpnParser in org.opendaylight.protocol.bgp.mvpn.spi.pojo.nlri
Methods in org.opendaylight.protocol.bgp.mvpn.spi.pojo.nlri with parameters of type MvpnParser Modifier and Type Method Description <T extends MvpnChoice>
org.opendaylight.yangtools.concepts.RegistrationSimpleMvpnNlriRegistry. registerNlriParser(MvpnParser<T> parser)
-