ix.test
Class HttpRequestTest

java.lang.Object
  extended by ix.test.HttpRequestTest

public class HttpRequestTest
extends java.lang.Object

A test the makes HTTP POST requests.


Constructor Summary
HttpRequestTest()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
(package private) static java.lang.String readAllLines(java.io.Reader r)
           
(package private) static java.lang.String readText(java.io.Reader r, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpRequestTest

public HttpRequestTest()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.net.MalformedURLException,
                        java.net.ProtocolException,
                        java.io.IOException
Throws:
java.net.MalformedURLException
java.net.ProtocolException
java.io.IOException

readText

static java.lang.String readText(java.io.Reader r,
                                 int len)
                          throws java.io.IOException
Throws:
java.io.IOException

readAllLines

static java.lang.String readAllLines(java.io.Reader r)
                              throws java.io.IOException
Throws:
java.io.IOException