Package | Description |
---|---|
io.vertx.rxjava3.core | |
io.vertx.rxjava3.core.dns |
Modifier and Type | Method and Description |
---|---|
DnsClient |
Vertx.createDnsClient()
Create a DNS client to connect to the DNS server configured by
VertxOptions |
DnsClient |
Vertx.createDnsClient(DnsClientOptions options)
Create a DNS client to connect to a DNS server
|
DnsClient |
Vertx.createDnsClient(int port,
String host)
Create a DNS client to connect to a DNS server at the specified host and port, with the default query timeout (5 seconds)
|
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<DnsClient> |
DnsClient.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static DnsClient |
DnsClient.newInstance(DnsClient arg) |
Copyright © 2021 Eclipse. All rights reserved.