| Package | Description |
|---|---|
| io.vertx.core.dns |
| Modifier and Type | Method and Description |
|---|---|
Future<List<MxRecord>> |
DnsClient.resolveMX(String name)
Like
DnsClient.resolveMX(String, Handler) but returns a Future of the asynchronous result |
| 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 © 2023 Eclipse. All rights reserved.