Class LispNotificationHelper
- java.lang.Object
-
- org.opendaylight.lispflowmapping.southbound.util.LispNotificationHelper
-
public final class LispNotificationHelper extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MapNotify
convertMapNotify(MapNotify mapNotify)
static MapRegister
convertMapRegister(MapRegister mapRegister)
static MapReply
convertMapReply(MapReply mapReply)
static MapRequest
convertMapRequest(MapRequest mapRequest)
static IpAddressBinary
getIpAddressBinaryFromInetAddress(java.net.InetAddress address)
-
-
-
Method Detail
-
convertMapRegister
public static MapRegister convertMapRegister(MapRegister mapRegister)
-
convertMapRequest
public static MapRequest convertMapRequest(MapRequest mapRequest)
-
getIpAddressBinaryFromInetAddress
public static IpAddressBinary getIpAddressBinaryFromInetAddress(java.net.InetAddress address)
-
-