Uses of Interface
org.opendaylight.protocol.bgp.mvpn.spi.nlri.MvpnSerializer
-
Packages that use MvpnSerializer Package Description org.opendaylight.protocol.bgp.mvpn.impl.nlri org.opendaylight.protocol.bgp.mvpn.spi.pojo.nlri -
-
Uses of MvpnSerializer in org.opendaylight.protocol.bgp.mvpn.impl.nlri
Classes in org.opendaylight.protocol.bgp.mvpn.impl.nlri that implement MvpnSerializer 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 MvpnSerializer in org.opendaylight.protocol.bgp.mvpn.spi.pojo.nlri
Methods in org.opendaylight.protocol.bgp.mvpn.spi.pojo.nlri with parameters of type MvpnSerializer Modifier and Type Method Description <T extends MvpnChoice>
org.opendaylight.yangtools.concepts.RegistrationSimpleMvpnNlriRegistry. registerNlriSerializer(MvpnSerializer<T> serializer)
-