ca.intelliware.amakihi.util.http
Class GetRequest

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

public class GetRequest
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
 java.net.URL getUrl()
          Gets the url
protected  void writeTo(java.io.OutputStream output)
          Write to the output stream.
 
Methods inherited from class ca.intelliware.amakihi.util.http.Request
createCopyOfArray, createEncodedParameter, getHeaders, getMethod, getParameters, getQueryString
 
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

Write to the output stream. Get requests don't write anything to the output stream.

Overrides:
writeTo in class Request
See Also:
Request#write(OutputStream)

getUrl

public java.net.URL getUrl()
Description copied from class: Request
Gets the url
Overrides:
getUrl in class Request
Following copied from class: ca.intelliware.amakihi.util.http.Request
Returns:
Returns a URL


Copyright 2002 Intelliware Development. All Rights Reserved.