public class Main
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static DnsServer |
dnsConfiguration |
private static org.slf4j.Logger |
LOG
Logger for this class
|
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
void |
go()
Start an instance of the DNS server.
|
static void |
main(java.lang.String[] args)
Entry point for the DNS server.
|
protected void |
shutdown() |
private static final org.slf4j.Logger LOG
private static DnsServer dnsConfiguration
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - java.lang.Exceptionpublic void go()
throws java.lang.Exception
java.lang.Exceptionprotected void shutdown()