Package | Description |
---|---|
io.vertx.rxjava3.core.dns |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<MxRecord> |
MxRecord.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static MxRecord |
MxRecord.newInstance(MxRecord arg) |
Modifier and Type | Method and Description |
---|---|
Single<List<MxRecord>> |
DnsClient.resolveMX(String name)
Try to resolve the MX records for the given name.
|
Single<List<MxRecord>> |
DnsClient.rxResolveMX(String name)
Try to resolve the MX records for the given name.
|
Copyright © 2023 Eclipse. All rights reserved.