Class SmrEvent
java.lang.Object
org.opendaylight.lispflowmapping.interfaces.lisp.SmrEvent
Carries information about received SMR-invoked request.
-
Constructor Details
-
SmrEvent
-
-
Method Details
-
getSubscriberList
Returns the list of subscriber addresses that are subscribed to receive SMR MapRequest for a specific EID.- Returns:
- the list of subscriber addresses.
-
getEid
Returns the EID which the xTRs are subscribed to.- Returns:
- the subscribed EID.
-
getNonce
public long getNonce()Returns the nonce associated to a MapRequest.- Returns:
- the nonce.
-