Interface IMapNotifyHandler
-
- All Known Implementing Classes:
LispMappingService
public interface IMapNotifyHandler
An interface for dealing with a map notify message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleMapNotify(MapNotify mapNotify, java.util.List<TransportAddress> rlocs)
Handle map-notify message.void
handleSMR(MapRequest mapRequest, Rloc subscriber)
Handle Solicit Map Request message.
-
-
-
Method Detail
-
handleMapNotify
void handleMapNotify(MapNotify mapNotify, java.util.List<TransportAddress> rlocs)
Handle map-notify message.- Parameters:
mapNotify
- The map-notify messagerlocs
- A list of RLOCs which need to be notified
-
handleSMR
void handleSMR(MapRequest mapRequest, Rloc subscriber)
Handle Solicit Map Request message.- Parameters:
mapRequest
- the SMR messagesubscriber
- The address of the subscriber that should be SMRed
-
-