util
Class AppletDownload.Client

java.lang.Object
  extended by util.AppletDownload.Client
Enclosing class:
AppletDownload

public static class AppletDownload.Client
extends Object

Stand-alone class for testing the client in non-applet mode.


Constructor Summary
AppletDownload.Client()
           
 
Method Summary
static void main(String[] arg)
          First command line is the host name or adress, then the path to download.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletDownload.Client

public AppletDownload.Client()
Method Detail

main

public static void main(String[] arg)
                 throws IOException,
                        UnknownHostException
First command line is the host name or adress, then the path to download.

Throws:
IOException
UnknownHostException