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