Interface IGenericMapResolver
- All Known Subinterfaces:
 IMapResolverAsync
- All Known Implementing Classes:
 MapResolver
public interface IGenericMapResolver
Methods to be implemented by a generic Map Resolver.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEnumeration of methods of how to build a Map-Reply southbound message from a mapping containing an Explicit Locator Path (ELP) RLOC. - 
Method Summary
Modifier and TypeMethodDescriptionvoidConfigure how ELPs should be returned in Map-Replies.voidsetShouldAuthenticate(boolean shouldAuthenticate) Configure MapResolver to use authentication.voidsetSubscriptionService(boolean smr) Configure MapResolver to track mappings requesters. 
- 
Method Details
- 
setShouldAuthenticate
void setShouldAuthenticate(boolean shouldAuthenticate) Configure MapResolver to use authentication.- Parameters:
 shouldAuthenticate- Authentication state
 - 
setSubscriptionService
void setSubscriptionService(boolean smr) Configure MapResolver to track mappings requesters.- Parameters:
 smr- Subscription service state
 - 
setElpPolicy
Configure how ELPs should be returned in Map-Replies.- Parameters:
 elpPolicy- ELP policy
 
 -