Child pages
  • HttpClient

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1384958006482
Div
styledisplay:none

DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR. Enter additional information related to this 'class' inside the {div} macro with 'id=description'

Div
iddescription



HTML Table
id
classservoy sSummary
Colgroup Tag
Col
width80px
Col
Table Head (thead)
Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Row (tr)
Table Cell (td)
DeleteRequest
Table Cell (td)
createDeleteRequest(url)
Creates a new delete request (a request to delete a resource on server).
Table Row (tr)
Table Cell (td)
GetRequest
Table Cell (td)
createGetRequest(url)
Creates a new get request (retrieves whatever information is stored on specified url).
Table Row (tr)
Table Cell (td)
HeadRequest
Table Cell (td)
createHeadRequest(url)
Creates a new head request (similar to get request, must not contain body content).
Table Row (tr)
Table Cell (td)
OptionsRequest
Table Cell (td)
createOptionsRequest(url)
Creates a new options request (a request for information about communication options).
Table Row (tr)
Table Cell (td)
PostRequest
Table Cell (td)
createPostRequest(url)
Create a new post request ( Origin server should accept/process the submitted data.
Table Row (tr)
Table Cell (td)
PutRequest
Table Cell (td)
createPutRequest(url)
Creates a new put request (similar to post request, contains information to be submitted).
Table Row (tr)
Table Cell (td)
TraceRequest
Table Cell (td)
createTraceRequest(url)
Creates a new trace request (debug request, server will just echo back).
Table Row (tr)
Table Cell (td)
Cookie
Table Cell (td)
getCookie(cookieName)
Get a cookie by name.
Table Row (tr)
Table Cell (td)
Cookie[]
Table Cell (td)
getCookies()
Get all cookies from this client.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setClientProxyCredentials(userName, password)
Set proxy credentials.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
setCookie(cookieName, cookieValue)
Add cookie to the this client.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
setCookie(cookieName, cookieValue, domain)
Add cookie to the this client.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
setCookie(cookieName, cookieValue, domain, path)
Add cookie to the this client.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
setCookie(cookieName, cookieValue, domain, path, maxAge)
Add cookie to the this client.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
setCookie(cookieName, cookieValue, domain, path, maxAge, secure)
Add cookie to the this client.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setTimeout(msTimeout)
Sets a timeout in milliseconds for retrieving of data (when 0 there is no timeout).

...