Package | Description |
---|---|
io.vertx.core.dns | |
io.vertx.reactivex.core.dns | |
io.vertx.rxjava.core.dns | |
io.vertx.rxjava3.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.
|
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) |
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 © 2022 Eclipse. All rights reserved.