Uses of Class
io.vertx.mutiny.core.dns.SrvRecord
Packages that use SrvRecord
-
Uses of SrvRecord in io.vertx.mutiny.core.dns
Fields in io.vertx.mutiny.core.dns with type parameters of type SrvRecordMethods in io.vertx.mutiny.core.dns that return SrvRecordModifier and TypeMethodDescriptionstatic SrvRecord
SrvRecord.newInstance
(io.vertx.core.dns.SrvRecord arg) Methods in io.vertx.mutiny.core.dns that return types with arguments of type SrvRecordModifier and TypeMethodDescriptionDnsClient.resolveSRV
(String name) Try to resolve the SRV records for the given name.DnsClient.resolveSRVAndAwait
(String name) Blocking variant ofDnsClient.resolveSRV(String)
.