Uses of Class
io.vertx.rxjava.core.dns.MxRecord
-
Packages that use MxRecord Package Description io.vertx.rxjava.core.dns -
-
Uses of MxRecord in io.vertx.rxjava.core.dns
Fields in io.vertx.rxjava.core.dns with type parameters of type MxRecord Modifier and Type Field Description static TypeArg<MxRecord>MxRecord. __TYPE_ARGMethods in io.vertx.rxjava.core.dns that return MxRecord Modifier and Type Method Description static MxRecordMxRecord. newInstance(MxRecord arg)Methods in io.vertx.rxjava.core.dns that return types with arguments of type MxRecord Modifier and Type Method Description rx.Single<List<MxRecord>>DnsClient. rxResolveMX(String name)Try to resolve the MX records for the given name.Method parameters in io.vertx.rxjava.core.dns with type arguments of type MxRecord Modifier and Type Method Description DnsClientDnsClient. resolveMX(String name, Handler<AsyncResult<List<MxRecord>>> handler)Try to resolve the MX records for the given name.
-