rabbit.client
Class WGet

java.lang.Object
  extended by 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()
           
 
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