|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ProxyTimer
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 |
public ProxyTimer()
Method Detail |
public static void main(java.lang.String[] args)
args
- a list of run-time arguments.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |