| Package | Description |
|---|---|
| io.vertx.core.dns |
== DNS client
Often you will find yourself in situations where you need to obtain DNS informations in an asynchronous fashion.
|
| 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 © 2018 Eclipse. All rights reserved.