rabbit.client.sample
Class WGet

java.lang.Object
  extended by rabbit.client.sample.WGet

public class WGet
extends Object

A class to download a set of resources. Given a set of urls this class will download all of them concurrently using a standard ClientBase. This is mostly an example of how to use the rabbit client classes.

Author:
Robert Olofsson

Constructor Summary
WGet()
           
 
Method Summary
 void get(String url)
           
 void get(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

WGet

public WGet()
     throws IOException
Throws:
IOException
Method Detail

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