Interface IMapRequestResultHandler
- All Known Implementing Classes:
LispMappingService
public interface IMapRequestResultHandler
An interface for dealing with a map reply message.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleMapReply
(MapReply mapReply) Handle return map-reply message.void
handleNonProxyMapRequest
(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
-