ca.intelliware.amakihi.util.http
Class SimplePostRequest

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

public class SimplePostRequest
extends Request


Inner classes inherited from class ca.intelliware.amakihi.util.http.Request
Request.Method
 
Fields inherited from class ca.intelliware.amakihi.util.http.Request
DELETE, GET, HEAD, headers, method, OPTIONS, parameters, POST, PUT, TRACE, url
 
Method Summary
protected  void writeTo(java.io.OutputStream output)
           
 
Methods inherited from class ca.intelliware.amakihi.util.http.Request
createCopyOfArray, createEncodedParameter, getHeaders, getMethod, getParameters, getQueryString, getUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeTo

protected void writeTo(java.io.OutputStream output)
                throws java.io.IOException
Overrides:
writeTo in class Request
See Also:
Request#write(OutputStream)


Copyright 2002 Intelliware Development. All Rights Reserved.