public interface IMapRequestResultHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleMapReply(MapReply mapReply)
Handle return map-reply message.
|
void |
handleNonProxyMapRequest(MapRequest mapRequest,
TransportAddress transportAddress)
Handle map-request to be forwarded to authoritative ETR.
|
void handleMapReply(MapReply mapReply)
mapReply - The map-reply messagevoid handleNonProxyMapRequest(MapRequest mapRequest, TransportAddress transportAddress)
mapRequest - The map-request messagetransportAddress - The address of the ETRCopyright © 2019 OpenDaylight. All rights reserved.