Class VpnIpv6NlriParser
- java.lang.Object
- 
- org.opendaylight.protocol.bgp.l3vpn.unicast.AbstractVpnNlriParser
- 
- org.opendaylight.protocol.bgp.l3vpn.unicast.ipv6.VpnIpv6NlriParser
 
 
- 
- All Implemented Interfaces:
- NlriParser,- NlriSerializer
 
 public class VpnIpv6NlriParser extends AbstractVpnNlriParser 
- 
- 
Constructor SummaryConstructors Constructor Description VpnIpv6NlriParser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AdvertizedRoutesgetAdvertizedRoutesByDestination(List<VpnDestination> dst)protected List<VpnDestination>getAdvertizedVpnDestination(DestinationType dstType)protected WithdrawnRoutesgetWithdrawnRoutesByDestination(List<VpnDestination> dst)protected List<VpnDestination>getWithdrawnVpnDestination(DestinationType dstType)- 
Methods inherited from class org.opendaylight.protocol.bgp.l3vpn.unicast.AbstractVpnNlriParserparseNlri, parseNlri, serializeAttribute
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.opendaylight.protocol.bgp.parser.spi.NlriParserconvertMpReachToMpUnReach
 
- 
 
- 
- 
- 
Method Detail- 
getWithdrawnVpnDestinationprotected List<VpnDestination> getWithdrawnVpnDestination(DestinationType dstType) - Specified by:
- getWithdrawnVpnDestinationin class- AbstractVpnNlriParser
 
 - 
getAdvertizedVpnDestinationprotected List<VpnDestination> getAdvertizedVpnDestination(DestinationType dstType) - Specified by:
- getAdvertizedVpnDestinationin class- AbstractVpnNlriParser
 
 - 
getWithdrawnRoutesByDestinationprotected WithdrawnRoutes getWithdrawnRoutesByDestination(List<VpnDestination> dst) - Specified by:
- getWithdrawnRoutesByDestinationin class- AbstractVpnNlriParser
 
 - 
getAdvertizedRoutesByDestinationprotected AdvertizedRoutes getAdvertizedRoutesByDestination(List<VpnDestination> dst) - Specified by:
- getAdvertizedRoutesByDestinationin class- AbstractVpnNlriParser
 
 
- 
 
-