ca.intelliware.amakihi.util.http
Class HttpClient

java.lang.Object
  |
  +--ca.intelliware.amakihi.util.http.HttpClient

public class HttpClient
extends java.lang.Object


Constructor Summary
HttpClient()
           
 
Method Summary
 Request createRequest(NameValuePair[] headers, java.net.URL url, Request.Method method, NameValuePair[] parameters)
           
 Response send(Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClient

public HttpClient()
Method Detail

send

public Response send(Request request)
              throws java.io.IOException

createRequest

public Request createRequest(NameValuePair[] headers,
                             java.net.URL url,
                             Request.Method method,
                             NameValuePair[] parameters)


Copyright 2002 Intelliware Development. All Rights Reserved.