| java.lang.Object CustomDNS.VirtualDNS.VirtualDNS CustomDNS.ESpeakDNS
ESpeakDNS | public class ESpeakDNS extends VirtualDNS (Code) | | A DNS server which looks up names using e-speak.
|
Constructor Summary | |
public | ESpeakDNS(String zonefile, short port, ZoneAuthorityIntf authority) Create a new DNS server. | public | ESpeakDNS(String zonefile, ZoneAuthorityIntf authority) Create a new DNS server. |
Method Summary | |
protected SetResponse | findDynamicData(Name zoneName, Name queryName, short queryType) Respond to a DNS query using data from the e-speak core. | public static void | main(String[] args) Create a new DNS server and start it running.
Parameters: args - Our command-line arguments. |
authority | ZoneAuthorityIntf authority(Code) | | |
ESpeakDNS | public ESpeakDNS(String zonefile, short port, ZoneAuthorityIntf authority) throws IOException(Code) | | Create a new DNS server.
|
ESpeakDNS | public ESpeakDNS(String zonefile, ZoneAuthorityIntf authority) throws IOException(Code) | | Create a new DNS server.
|
main | public static void main(String[] args)(Code) | | Create a new DNS server and start it running.
Parameters: args - Our command-line arguments. Pass an espeak connectionproperties file and customdns.prop. See Also: CustomDNS.Configuration |
Methods inherited from CustomDNS.VirtualDNS.VirtualDNS | protected SetResponse findDynamicData(Name zoneName, Name queryName, short queryType)(Code)(Java Doc) public static void main(String[] args)(Code)(Java Doc)
|
|
|