| Constructor and Description |
|---|
ConfigServiceDNSStore(URL serviceURL)
Creates a store using the provided URL to lookup DNS records in the configuration service.
|
| Modifier and Type | Method and Description |
|---|---|
org.xbill.DNS.Message |
get(org.xbill.DNS.Message request)
Processes a lookup request for DNS records.
|
static String |
getJCEProviderName()
Gets the configured JCE crypto provider string for crypto operations.
|
static void |
setJCEProviderName(String name)
Overrides the configured JCE crypto provider string.
|
@Inject public ConfigServiceDNSStore(URL serviceURL)
serviceURL - The URL of the configuration service.public static String getJCEProviderName()
public static void setJCEProviderName(String name)
name - The name of the JCE provider.public org.xbill.DNS.Message get(org.xbill.DNS.Message request)
throws DNSException
get in interface DNSStorerequest - The DSN request message.DNSException - Thrown is the request fails due to sever failure such as illegal request parameters or
a failure accessing the physical record medium.Copyright © 2010-2015 The Direct Project. All Rights Reserved.