|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DNSServerSettings | |
|---|---|
| org.nhindirect.dns | Direct project DNS services and responders. |
| org.nhindirect.dns.config | Utility class used by Guice modules for getting DNS server configuration information. |
| org.nhindirect.dns.module | Guice modules for configuration and creating DNS server instances. |
| org.nhindirect.dns.provider | Guice providers for creating DNS server configuration and server classes. |
| org.nhindirect.dns.service | Direct project DNS application/service wrappers and entry points. |
| Uses of DNSServerSettings in org.nhindirect.dns |
|---|
| Method parameters in org.nhindirect.dns with type arguments of type DNSServerSettings | |
|---|---|
static DNSServer |
DNSServerFactory.createDNSServer(URL configLocation,
com.google.inject.Provider<DNSStore> dnsStore,
com.google.inject.Provider<DNSServerSettings> settings)
Creates an instance of a DNSServer using the configuration information stored at the configuration location. |
| Constructors in org.nhindirect.dns with parameters of type DNSServerSettings | |
|---|---|
DNSResponder(DNSServerSettings settings,
DNSStore store)
Creates a DNS responder using the provided settings and DNS store. |
|
DNSResponderTCP(DNSServerSettings settings,
DNSStore store)
|
|
DNSResponderUDP(DNSServerSettings settings,
DNSStore store)
} |
|
DNSServer(DNSStore store,
DNSServerSettings settings)
Create a new DNSServer |
|
DNSSocketServer(DNSServerSettings settings,
DNSResponder responsder)
Creates a socket server. |
|
TCPServer(DNSServerSettings settings,
DNSResponder responder)
Creates a TCP socket server. |
|
UDPServer(DNSServerSettings settings,
DNSResponder responder)
Creates a UDP server that listens to datagram packets. |
|
| Uses of DNSServerSettings in org.nhindirect.dns.config |
|---|
| Constructor parameters in org.nhindirect.dns.config with type arguments of type DNSServerSettings | |
|---|---|
WSDNSServerConfig(URL configServiceLocation,
com.google.inject.Provider<DNSStore> storeProvider,
com.google.inject.Provider<DNSServerSettings> settings)
Construct and configuration component with the location of the configuration file and an optional provider for creating instances of the DNSServer. |
|
| Uses of DNSServerSettings in org.nhindirect.dns.module |
|---|
| Method parameters in org.nhindirect.dns.module with type arguments of type DNSServerSettings | |
|---|---|
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 DNSServerConfigModule |
DNSServerConfigModule.create(URL configLocation,
com.google.inject.Provider<DNSStore> storeProvider,
com.google.inject.Provider<DNSServerSettings> settings)
Creates a DNSServerConfigModule that is used by a Guice to create a DNSServerConfig object. |
| Uses of DNSServerSettings in org.nhindirect.dns.provider |
|---|
| Methods in org.nhindirect.dns.provider that return DNSServerSettings | |
|---|---|
DNSServerSettings |
BasicDNSServerSettingsProvider.get()
|
| Constructor parameters in org.nhindirect.dns.provider with type arguments of type DNSServerSettings | |
|---|---|
WSDNSServerConfigProvider(URL configURL,
com.google.inject.Provider<DNSStore> storeProvider,
com.google.inject.Provider<DNSServerSettings> settings)
Creates a provider with the location of the configuration service and an optional DNSStore provider. |
|
| Uses of DNSServerSettings in org.nhindirect.dns.service |
|---|
| Constructors in org.nhindirect.dns.service with parameters of type DNSServerSettings | |
|---|---|
DNSServerService(URL configLocation,
DNSServerSettings settings)
Creates the service wrapper with the location of the configuration service and server settings. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||