Interface IFlowMapping
-
- All Known Implementing Classes:
LispMappingService
public interface IFlowMappingThe LISP Mapping Service interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<MapNotify,java.util.List<TransportAddress>>handleMapRegister(MapRegister mapRegister)Handle southbound map-request.MapReplyhandleMapRequest(MapRequest mr)Handle southbound map-request.voidsetShouldUseSmr(boolean smr)Configure LISP mapping service to track and notify of changes mapping requesters.
-
-
-
Method Detail
-
handleMapRegister
org.apache.commons.lang3.tuple.Pair<MapNotify,java.util.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
MapReply handleMapRequest(MapRequest mr)
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
-
-