Interface IFlowMapping
- All Known Implementing Classes:
 LispMappingService
public interface IFlowMapping
The LISP Mapping Service interface.
- 
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Pair<MapNotify,List<TransportAddress>> handleMapRegister(MapRegister mapRegister) Handle southbound map-request.Handle southbound map-request.voidsetShouldUseSmr(boolean smr) Configure LISP mapping service to track and notify of changes mapping requesters. 
- 
Method Details
- 
handleMapRegister
org.apache.commons.lang3.tuple.Pair<MapNotify,List<TransportAddress>> handleMapRegister(MapRegister mapRegister) Handle southbound map-request.- Parameters:
 mapRegister- The map-register message- Returns:
 - a map-notify message, if requested in the map-register or null otherwise
 
 - 
handleMapRequest
Handle southbound map-request.- Parameters:
 mr- The map-request messages- Returns:
 - a map-reply messages
 
 - 
setShouldUseSmr
void setShouldUseSmr(boolean smr) Configure LISP mapping service to track and notify of changes mapping requesters.- Parameters:
 smr- Configure state of service
 
 -