Uses of Interface
io.vertx.core.dns.SrvRecord
Packages that use SrvRecord
-
Uses of SrvRecord in io.vertx.core.dns
Methods in io.vertx.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. -
Uses of SrvRecord in io.vertx.reactivex.core.dns
Methods in io.vertx.reactivex.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.rxResolveSRV(String name) Try to resolve the SRV records for the given name. -
Uses of SrvRecord in io.vertx.rxjava3.core.dns
Methods in io.vertx.rxjava3.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.rxResolveSRV(String name) Try to resolve the SRV records for the given name.