public class DNSUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
protected static String |
PLAIN_DNS_QUERY_TEMPLATE |
protected static String |
SECURE_DNS_QUERY_TEMPLATE |
| Constructor and Description |
|---|
DNSUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
resolveSecureSRVRecordFromEmail(String email) |
protected static String |
resolveSRVRecordForDomain(String queryTemplate,
String domain) |
static String |
resolveSRVRecordFromEmail(String email) |
protected static String |
resolveSRVRecordFromEmail(String queryTemplate,
String email) |
protected static final org.slf4j.Logger logger
protected static final String PLAIN_DNS_QUERY_TEMPLATE
protected static final String SECURE_DNS_QUERY_TEMPLATE
Copyright © 2020. All Rights Reserved.