| Package | Description | 
|---|---|
| io.vertx.core.dns | |
| io.vertx.reactivex.core.dns | |
| io.vertx.rxjava.core.dns | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MxRecord | 
MxRecord.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MxRecord | 
MxRecord.newInstance(MxRecord arg)  | 
| Constructor and Description | 
|---|
MxRecord(MxRecord delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
MxRecord | 
MxRecord.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MxRecord | 
MxRecord.newInstance(MxRecord arg)  | 
| Constructor and Description | 
|---|
MxRecord(MxRecord delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.