Package com.buzzsurf.dns

Class Summary
DNSJavaNameService This class implements a Name Service Provider, which Java can use (starting with version 1.4), to perform DNS resolutions instead of using standard native calls.
DNSJavaNameServiceDescriptor Constructs the DNSJavaNameService and returns references to it.

This class assigns the name of this name service provider, which is "dns,dnsjava".
Lookup This is a simple utility that resolves names you specify at the command line.
SpeedTest This class tests the speed of DNS resolutions by looking up the IP Addresses of multiple domain names.
Util Static utilities used to convert IP Addresses between the various formats used internally by the java.net.InetAddress class and associated classes.