|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.intelliware.amakihi.util.http.Request | +--ca.intelliware.amakihi.util.http.GetRequest
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 |
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.
writeTo
in class Request
Request#write(OutputStream)
public java.net.URL getUrl()
Request
getUrl
in class Request
ca.intelliware.amakihi.util.http.Request
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |