Class LispNotificationHelper
- java.lang.Object
-
- org.opendaylight.lispflowmapping.implementation.util.LispNotificationHelper
-
public final class LispNotificationHelper extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.net.InetAddress
getAddressByName(java.lang.String ipAddress)
static java.util.List<Mapping>
getMapping(AddMapping mapRegisterNotification)
static java.util.Set<SiteId>
getSiteId(MapRegister mapRegister)
static TransportAddress
getTransportAddressFromRloc(Rloc rloc)
-
-
-
Method Detail
-
getTransportAddressFromRloc
public static TransportAddress getTransportAddressFromRloc(Rloc rloc)
-
getAddressByName
public static java.net.InetAddress getAddressByName(java.lang.String ipAddress)
-
getMapping
public static java.util.List<Mapping> getMapping(AddMapping mapRegisterNotification)
-
getSiteId
public static java.util.Set<SiteId> getSiteId(MapRegister mapRegister)
-
-