| Package | Description | 
|---|---|
| io.vertx.rxjava.core.dns | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<SrvRecord> | 
SrvRecord.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static SrvRecord | 
SrvRecord.newInstance(SrvRecord arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
Observable<List<SrvRecord>> | 
DnsClient.resolveSRVObservable(String name)
Deprecated. 
 
use  
DnsClient.rxResolveSRV(java.lang.String) instead | 
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,
          Handler<AsyncResult<List<SrvRecord>>> handler)
Try to resolve the SRV records for the given name. 
 | 
Copyright © 2020 Eclipse. All rights reserved.