This class represents an URL connection over HTTP.
Defined in: HttpURLConnection.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
connect()
Connects.
|
|
|
Disconnects.
|
|
|
Connects this socket to the server.
|
|
|
Returns the response body selection handler.
|
|
|
Returns the response header.
|
|
|
This function is called when the response body is available, can be overrided.
|
|
|
This function is called when the response header is available, can be overrided.
|
|
|
send()
Sends.
|
|
|
setRequestMethod(value)
Sets the requests method.
|
|
|
setRequestProperty(key, value)
Sets a requests property.
|
|
|
Sets the response body selection handler.
|