rabbit.client
Class Head
java.lang.Object
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Head
public Head()
throws IOException
- Throws:
IOException
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