| Package | Description |
|---|---|
| org.nhindirect.dns.module |
Guice modules for configuration and creating DNS server instances.
|
| Modifier and Type | Method and Description |
|---|---|
static DNSServerModule |
DNSServerModule.create(com.google.inject.Provider<DNSStore> dnsStore)
Creates a module using a specific
DNSStore provider and default server settings. |
static DNSServerModule |
DNSServerModule.create(com.google.inject.Provider<DNSStore> dnsStore,
com.google.inject.Provider<DNSServerSettings> settings)
Creates a module using specific
DNSStore and DNSServerSettings providers |
static DNSServerModule |
DNSServerModule.create(URL configServiceURL)
Creates a module using just a configuration URL.
|
Copyright © 2010-2015 The Direct Project. All Rights Reserved.