Uses of Class
com.spotify.dns.LookupResult
-
Packages that use LookupResult Package Description com.spotify.dns -
-
Uses of LookupResult in com.spotify.dns
Methods in com.spotify.dns that return LookupResult Modifier and Type Method Description static LookupResultLookupResult. create(String host, int port, int priority, int weight, long ttl)Methods in com.spotify.dns that return types with arguments of type LookupResult Modifier and Type Method Description static DnsSrvWatchers.DnsSrvWatcherBuilder<LookupResult>DnsSrvWatchers. newBuilder(DnsSrvResolver resolver)Creates aDnsSrvWatchers.DnsSrvWatcherBuilderusing the givenDnsSrvResolver.List<LookupResult>DnsSrvResolver. resolve(String fqdn)Deprecated.This method is deprecated in favor of the asynchronous version.default CompletionStage<List<LookupResult>>DnsSrvResolver. resolveAsync(String fqdn)Does a DNS SRV lookup for the supplied fully qualified domain name, and returns the matching results.Method parameters in com.spotify.dns with type arguments of type LookupResult Modifier and Type Method Description static <T> DnsSrvWatchers.DnsSrvWatcherBuilder<T>DnsSrvWatchers. newBuilder(DnsSrvResolver resolver, com.google.common.base.Function<LookupResult,T> resultTransformer)Deprecated.UseDnsSrvWatchers.newBuilder(DnsSrvResolver, java.util.function.Function)deprecated since version 3.2.0static <T> DnsSrvWatchers.DnsSrvWatcherBuilder<T>DnsSrvWatchers. newBuilder(DnsSrvResolver resolver, Function<LookupResult,T> resultTransformer)Creates aDnsSrvWatchers.DnsSrvWatcherBuilderusing the givenDnsSrvResolver.
-