Package | Description |
---|---|
io.vertx.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.
|
Copyright © 2021 Eclipse. All rights reserved.