Class ProxyTimer

java.lang.Object
  |
  +--ProxyTimer

public class ProxyTimer
extends java.lang.Object

An HTTP proxy testing class that uses GET method. Response time will be reported. The fetched page will either be displayed on screen or stored in a file whose name is specified at the command line. Usage:

    java ProxyTimer <URL> <proxyhost> <proxyport> [<outfile>]
 


Constructor Summary
ProxyTimer()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main() function that does the job.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyTimer

public ProxyTimer()
Method Detail

main

public static void main(java.lang.String[] args)
The main() function that does the job.
Parameters:
args - a list of run-time arguments.