Uses of Interface
io.vertx.core.dns.SrvRecord
-
Packages that use SrvRecord Package Description io.vertx.core.dns io.vertx.reactivex.core.dns io.vertx.rxjava3.core.dns -
-
Uses of SrvRecord in io.vertx.core.dns
Methods in io.vertx.core.dns that return types with arguments of type SrvRecord Modifier and Type Method Description Future<List<SrvRecord>>
DnsClient. 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 SrvRecord Modifier and Type Method Description Future<List<SrvRecord>>
DnsClient. resolveSRV(String name)
Try to resolve the SRV records for the given name.Single<List<SrvRecord>>
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 SrvRecord Modifier and Type Method Description Single<List<SrvRecord>>
DnsClient. resolveSRV(String name)
Try to resolve the SRV records for the given name.Single<List<SrvRecord>>
DnsClient. rxResolveSRV(String name)
Try to resolve the SRV records for the given name.
-