@Stability.Internal public class DnsSrv extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DNS_SECURE_SERVICE
The default DNS prefix for encrypted connections.
|
static String |
DEFAULT_DNS_SERVICE
The default DNS prefix for not encrypted connections.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
fromDnsSrv(String serviceName,
boolean full,
boolean secure)
Fetch a bootstrap list from DNS SRV using default OS name resolution.
|
static List<String> |
fromDnsSrv(String serviceName,
boolean full,
boolean secure,
String nameServerIP)
Fetch a bootstrap list from DNS SRV using a specific nameserver IP.
|
static void |
setDnsEnvParameter(String key,
String value) |
public static final String DEFAULT_DNS_SERVICE
public static final String DEFAULT_DNS_SECURE_SERVICE
public static List<String> fromDnsSrv(String serviceName, boolean full, boolean secure) throws NamingException
serviceName - the DNS SRV locator.full - if the service name is the full one or needs to be enriched by the couchbase prefixes.secure - if the secure service prefix should be used.NamingException - if something goes wrong during the load process.public static List<String> fromDnsSrv(String serviceName, boolean full, boolean secure, String nameServerIP) throws NamingException
serviceName - the DNS SRV locator.full - if the service name is the full one or needs to be enriched by the couchbase prefixes.secure - if the secure service prefix should be used.nameServerIP - an IPv4 for the name server to use for SRV resolution.NamingException - if something goes wrong during the load process.Copyright © 2021 Couchbase, Inc.. All rights reserved.