Package | Description |
---|---|
io.vertx.core | |
io.vertx.core.dns | |
io.vertx.reactivex.core | |
io.vertx.rxjava.core | |
io.vertx.rxjava3.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.setActivityLogFormat(io.netty.handler.logging.ByteBufFormat activityLogFormat)
Set the value of Netty's logging handler's data format: Netty's pipeline is configured for logging on Netty's logger.
|
DnsClientOptions |
DnsClientOptions.setHost(String host)
Set the host name to be used by this client in requests.
|
DnsClientOptions |
DnsClientOptions.setLogActivity(boolean logActivity)
Set to true to enable network activity logging: Netty's pipeline is configured for logging on Netty's logger.
|
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.
|
DnsClientOptions |
DnsClientOptions.setRecursionDesired(boolean recursionDesired)
Set whether or not recursion is desired
|
Modifier and Type | Method and Description |
---|---|
static void |
DnsClientOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
DnsClientOptions obj) |
static void |
DnsClientOptionsConverter.toJson(DnsClientOptions obj,
JsonObject json) |
static void |
DnsClientOptionsConverter.toJson(DnsClientOptions obj,
Map<String,Object> 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
|
Modifier and Type | Method and Description |
---|---|
DnsClient |
Vertx.createDnsClient(DnsClientOptions options)
Create a DNS client to connect to a DNS server
|
Copyright © 2022 Eclipse. All rights reserved.