rabbit.client
Class Head

java.lang.Object
  extended by rabbit.client.Head

public class Head
extends Object

A class that performs a HEAD request to the given urls. This is mostly an example of how to use the rabbit client classes.

Author:
Robert Olofsson

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

Constructor Detail

Head

public Head()
     throws IOException
Throws:
IOException
Method Detail

main

public static void main(String[] args)

head

public void head(String[] urls)
          throws IOException
Throws:
IOException

head

public void head(String url)
          throws IOException
Throws:
IOException