Package | Description |
---|---|
io.vertx.core.dns | |
io.vertx.reactivex.core.dns | |
io.vertx.rxjava.core.dns | |
io.vertx.rxjava3.core.dns |
Modifier and Type | Method and Description |
---|---|
Future<List<SrvRecord>> |
DnsClient.resolveSRV(String name)
Like
DnsClient.resolveSRV(String, Handler) but returns a Future of the asynchronous result |
Modifier and Type | Method and Description |
---|---|
DnsClient |
DnsClient.resolveSRV(String name,
Handler<AsyncResult<List<SrvRecord>>> handler)
Try to resolve the SRV records for the given name.
|
Modifier and Type | Method and Description |
---|---|
SrvRecord |
SrvRecord.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static SrvRecord |
SrvRecord.newInstance(SrvRecord arg) |
Constructor and Description |
---|
SrvRecord(SrvRecord delegate) |
Modifier and Type | Method and Description |
---|---|
SrvRecord |
SrvRecord.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static SrvRecord |
SrvRecord.newInstance(SrvRecord arg) |
Constructor and Description |
---|
SrvRecord(SrvRecord delegate) |
Modifier and Type | Method and Description |
---|---|
SrvRecord |
SrvRecord.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static SrvRecord |
SrvRecord.newInstance(SrvRecord arg) |
Constructor and Description |
---|
SrvRecord(SrvRecord delegate) |
Copyright © 2021 Eclipse. All rights reserved.