Package | Description |
---|---|
io.vertx.rxjava.core.dns |
Modifier and Type | Field and Description |
---|---|
static TypeArg<MxRecord> |
MxRecord.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static MxRecord |
MxRecord.newInstance(io.vertx.core.dns.MxRecord arg) |
Modifier and Type | Method and Description |
---|---|
rx.Observable<List<MxRecord>> |
DnsClient.resolveMXObservable(String name)
Deprecated.
use
DnsClient.rxResolveMX(java.lang.String) instead |
rx.Single<List<MxRecord>> |
DnsClient.rxResolveMX(String name)
Try to resolve the MX records for the given name.
|
Modifier and Type | Method and Description |
---|---|
DnsClient |
DnsClient.resolveMX(String name,
io.vertx.core.Handler<io.vertx.core.AsyncResult<List<MxRecord>>> handler)
Try to resolve the MX records for the given name.
|
Copyright © 2019 Eclipse. All rights reserved.