Package | Description |
---|---|
io.vertx.reactivex.core.dns |
Modifier and Type | Field and Description |
---|---|
static TypeArg<SrvRecord> |
SrvRecord.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static SrvRecord |
SrvRecord.newInstance(io.vertx.core.dns.SrvRecord arg) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<List<SrvRecord>> |
DnsClient.rxResolveSRV(String name)
Try to resolve the SRV records for the given name.
|
Modifier and Type | Method and Description |
---|---|
DnsClient |
DnsClient.resolveSRV(String name,
io.vertx.core.Handler<io.vertx.core.AsyncResult<List<SrvRecord>>> handler)
Try to resolve the SRV records for the given name.
|
Copyright © 2021 Eclipse. All rights reserved.