com.jrefinery.report.ext
Class NetDump

java.lang.Object
  |
  +--com.jrefinery.report.ext.NetDump

public class NetDump
extends java.lang.Object

The NetDump utility can be used to trace simple HTTP-Calls.

Author:
Thomas Morgner

Constructor Summary
NetDump()
           
 
Method Summary
static void main(java.lang.String[] args)
          Connects to the given URL using the specified HTTP method, something like GET or POST.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetDump

public NetDump()
Method Detail

main

public static void main(java.lang.String[] args)
Connects to the given URL using the specified HTTP method, something like GET or POST.

Parameters:
args - the connection arguments, the method followed by an url.