Interface IGenericMapResolver
-
- All Known Subinterfaces:
IMapResolverAsync
- All Known Implementing Classes:
MapResolver
public interface IGenericMapResolver
Methods to be implemented by a generic Map Resolver.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setElpPolicy(java.lang.String elpPolicy)
Configure how ELPs should be returned in Map-Replies.void
setShouldAuthenticate(boolean shouldAuthenticate)
Configure MapResolver to use authentication.void
setSubscriptionService(boolean smr)
Configure MapResolver to track mappings requesters.
-
-
-
Method Detail
-
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
void setElpPolicy(java.lang.String elpPolicy)
Configure how ELPs should be returned in Map-Replies.- Parameters:
elpPolicy
- ELP policy
-
-