Class VpnIpv4NlriParser
- java.lang.Object
 - 
- org.opendaylight.protocol.bgp.l3vpn.unicast.AbstractVpnNlriParser
 - 
- org.opendaylight.protocol.bgp.l3vpn.unicast.ipv4.VpnIpv4NlriParser
 
 
 
- 
- All Implemented Interfaces:
 NlriParser,NlriSerializer
public final class VpnIpv4NlriParser extends AbstractVpnNlriParser
 
- 
- 
Constructor Summary
Constructors Constructor Description VpnIpv4NlriParser() 
- 
Method Summary
All 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.AbstractVpnNlriParser
parseNlri, parseNlri, serializeAttribute 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.opendaylight.protocol.bgp.parser.spi.NlriParser
convertMpReachToMpUnReach 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getWithdrawnVpnDestination
protected List<VpnDestination> getWithdrawnVpnDestination(DestinationType dstType)
- Specified by:
 getWithdrawnVpnDestinationin classAbstractVpnNlriParser
 
- 
getAdvertizedVpnDestination
protected List<VpnDestination> getAdvertizedVpnDestination(DestinationType dstType)
- Specified by:
 getAdvertizedVpnDestinationin classAbstractVpnNlriParser
 
- 
getWithdrawnRoutesByDestination
protected WithdrawnRoutes getWithdrawnRoutesByDestination(List<VpnDestination> dst)
- Specified by:
 getWithdrawnRoutesByDestinationin classAbstractVpnNlriParser
 
- 
getAdvertizedRoutesByDestination
protected AdvertizedRoutes getAdvertizedRoutesByDestination(List<VpnDestination> dst)
- Specified by:
 getAdvertizedRoutesByDestinationin classAbstractVpnNlriParser
 
 - 
 
 -