C D G I L M N R S T U

C

com.buzzsurf.dns - package com.buzzsurf.dns
 
createNameService() - Method in class com.buzzsurf.dns.DNSJavaNameServiceDescriptor
This doesn't actually create a name service provider, it returns a reference to the one that was already created as class load time.

D

DNSJavaNameService - class com.buzzsurf.dns.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.
DNSJavaNameService() - Constructor for class com.buzzsurf.dns.DNSJavaNameService
Constructor for DNSJavaNameService.
DNSJavaNameServiceDescriptor - class com.buzzsurf.dns.DNSJavaNameServiceDescriptor.
Constructs the DNSJavaNameService and returns references to it.

This class assigns the name of this name service provider, which is "dns,dnsjava".
DNSJavaNameServiceDescriptor() - Constructor for class com.buzzsurf.dns.DNSJavaNameServiceDescriptor
 

G

getHostByAddr(byte[]) - Method in class com.buzzsurf.dns.DNSJavaNameService
Finds PTR records (reverse dns lookups) for the ip address
getProviderName() - Method in class com.buzzsurf.dns.DNSJavaNameServiceDescriptor
 
getType() - Method in class com.buzzsurf.dns.DNSJavaNameServiceDescriptor
 

I

INADDRSZ - Static variable in class com.buzzsurf.dns.Util
 
intToNumericFormat(int) - Static method in class com.buzzsurf.dns.Util
Converts the internal integer representation of an IPv4 into a binary address

L

Lookup - class com.buzzsurf.dns.Lookup.
This is a simple utility that resolves names you specify at the command line.
Lookup() - Constructor for class com.buzzsurf.dns.Lookup
 
lookupAllHostAddr(String) - Method in class com.buzzsurf.dns.DNSJavaNameService
Finds A records (ip addresses) for the host name.

M

main(String[]) - Static method in class com.buzzsurf.dns.SpeedTest
 
main(String[]) - Static method in class com.buzzsurf.dns.Lookup
 

N

nextDomain() - Method in class com.buzzsurf.dns.SpeedTest
 
numericToIntFormat(byte[]) - Static method in class com.buzzsurf.dns.Util
Converts IPv4 binary address a single integer representation as used internally by Inet4Address
numericToTextFormat(byte[]) - Static method in class com.buzzsurf.dns.Util
Converts IPv4 binary address into a string suitable for presentation.

R

resolver - Variable in class com.buzzsurf.dns.DNSJavaNameService
 

S

SpeedTest - class com.buzzsurf.dns.SpeedTest.
This class tests the speed of DNS resolutions by looking up the IP Addresses of multiple domain names.
SpeedTest(String, int) - Constructor for class com.buzzsurf.dns.SpeedTest
 

T

textToNumericFormat(String) - Static method in class com.buzzsurf.dns.Util
Converts IPv4 address in its textual presentation form into its numeric binary form.

U

Util - class com.buzzsurf.dns.Util.
Static utilities used to convert IP Addresses between the various formats used internally by the java.net.InetAddress class and associated classes.

C D G I L M N R S T U