Package | Description |
---|---|
io.vertx.rxjava.core.dns |
Modifier and Type | Method and Description |
---|---|
static MxRecord |
MxRecord.newInstance(MxRecord arg) |
Modifier and Type | Method and Description |
---|---|
Observable<List<MxRecord>> |
DnsClient.resolveMXObservable(String name)
Try to resolve the MX records for the given name.
|
Modifier and Type | Method and Description |
---|---|
DnsClient |
DnsClient.resolveMX(String name,
Handler<AsyncResult<List<MxRecord>>> handler)
Try to resolve the MX records for the given name.
|
Copyright © 2016. All rights reserved.