com.buzzsurf.dns
Class Lookup

java.lang.Object
  |
  +--com.buzzsurf.dns.Lookup

public class Lookup
extends java.lang.Object

This is a simple utility that resolves names you specify at the command line. Because it uses InetAddress.getAllByName, it can be usefull to verify your name service provider is actually being used.

Version:
0.9
Author:
Paul Cowan (pwc21@yahoo.com)

Constructor Summary
Lookup()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lookup

public Lookup()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception