| Package | Description |
|---|---|
| io.vertx.core | |
| io.vertx.core.dns | |
| io.vertx.reactivex.core | |
| io.vertx.rxjava.core |
| Modifier and Type | Method and Description |
|---|---|
DnsClient |
Vertx.createDnsClient(DnsClientOptions options)
Create a DNS client to connect to a DNS server
|
| Modifier and Type | Method and Description |
|---|---|
DnsClientOptions |
DnsClientOptions.setHost(String host)
Set the host name to be used by this client in requests.
|
DnsClientOptions |
DnsClientOptions.setPort(int port)
Set the port to be used by this client in requests.
|
DnsClientOptions |
DnsClientOptions.setQueryTimeout(long queryTimeout)
Set the query timeout in milliseconds, i.e the amount of time after a query is considered to be failed.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DnsClientOptionsConverter.fromJson(JsonObject json,
DnsClientOptions obj) |
static void |
DnsClientOptionsConverter.toJson(DnsClientOptions obj,
JsonObject json) |
| Constructor and Description |
|---|
DnsClientOptions(DnsClientOptions other) |
| Modifier and Type | Method and Description |
|---|---|
DnsClient |
Vertx.createDnsClient(DnsClientOptions options)
Create a DNS client to connect to a DNS server
|
| Modifier and Type | Method and Description |
|---|---|
DnsClient |
Vertx.createDnsClient(DnsClientOptions options)
Create a DNS client to connect to a DNS server
|
Copyright © 2017. All rights reserved.