Interface IMapRequestResultHandler
- All Known Implementing Classes:
 LispMappingService
public interface IMapRequestResultHandler
An interface for dealing with a map reply message.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMapReply(MapReply mapReply) Handle return map-reply message.voidhandleNonProxyMapRequest(MapRequest mapRequest, TransportAddress transportAddress) Handle map-request to be forwarded to authoritative ETR. 
- 
Method Details
- 
handleMapReply
Handle return map-reply message.- Parameters:
 mapReply- The map-reply message
 - 
handleNonProxyMapRequest
Handle map-request to be forwarded to authoritative ETR.- Parameters:
 mapRequest- The map-request messagetransportAddress- The address of the ETR
 
 -