Interface IMapRequestResultHandler
- 
- All Known Implementing Classes:
- LispMappingService
 
 public interface IMapRequestResultHandlerAn interface for dealing with a map reply message.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleMapReply(MapReply mapReply)Handle return map-reply message.voidhandleNonProxyMapRequest(MapRequest mapRequest, TransportAddress transportAddress)Handle map-request to be forwarded to authoritative ETR.
 
- 
- 
- 
Method Detail- 
handleMapReplyvoid handleMapReply(MapReply mapReply) Handle return map-reply message.- Parameters:
- mapReply- The map-reply message
 
 - 
handleNonProxyMapRequestvoid handleNonProxyMapRequest(MapRequest mapRequest, TransportAddress transportAddress) Handle map-request to be forwarded to authoritative ETR.- Parameters:
- mapRequest- The map-request message
- transportAddress- The address of the ETR
 
 
- 
 
-