com.perdues.web
Class URLCheck

java.lang.Object
  |
  +--com.perdues.web.URLCheck

public class URLCheck
extends java.lang.Object

Standalone Java application to fetch a set of web pages and report their response codes.


Field Summary
static boolean debug
           
 
Constructor Summary
URLCheck()
           
 
Method Summary
static void main(java.lang.String[] args)
          The command line arguments should be a list of URLs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static boolean debug
Constructor Detail

URLCheck

public URLCheck()
Method Detail

main

public static void main(java.lang.String[] args)
The command line arguments should be a list of URLs. This accesses each URL in turn and reports the URL and the HTTP status code from the server for that URL on standard output.