public interface IMapNotifyHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleMapNotify(MapNotify mapNotify,
List<TransportAddress> rlocs)
Handle map-notify message.
|
void |
handleSMR(MapRequest mapRequest,
Rloc subscriber)
Handle Solicit Map Request message.
|
void handleMapNotify(MapNotify mapNotify, List<TransportAddress> rlocs)
mapNotify - The map-notify messagerlocs - A list of RLOCs which need to be notifiedvoid handleSMR(MapRequest mapRequest, Rloc subscriber)
mapRequest - the SMR messagesubscriber - The address of the subscriber that should be SMRedCopyright © 2019 OpenDaylight. All rights reserved.