rabbit.client
Class WGet
java.lang.Object
rabbit.client.WGet
public class WGet
- extends Object
A class to download a resource.
This is mostly an example of how to use the rabbit client classes.
- Author:
- Robert Olofsson
Constructor Summary |
WGet()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WGet
public WGet()
throws IOException
- Throws:
IOException
main
public static void main(String[] args)
get
public void get(String[] urls)
throws IOException
- Throws:
IOException
get
public void get(String url)
throws IOException
- Throws:
IOException