Package org.ldaptive.dns
Interface DNSResolver<T>
-
- Type Parameters:
T
- Type of record to resolve.
- All Known Implementing Classes:
AbstractDNSResolver
,SRVDNSResolver
public interface DNSResolver<T>
Strategy pattern interface for resolving DNS records.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<T>
resolve(String name)
Resolve a set of DNS records of some type for the given name.
-