| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| request — Property in class com.arc90.rpc.rest.RESTService |
|
Object of name-value pairs used as parameters to the URL. |
| requestTimeout — Property in class com.arc90.rpc.rest.RESTService |
|
Provides access to the request timeout in seconds for sent messages. |
| RESTService — Class in package com.arc90.rpc.rest |
|
RESTService makes fully aware HTTP service calls. |
| RESTService(rootURL, port) — Constructor in class com.arc90.rpc.rest.RESTService |
|
Constructor. |
| RESTServiceMethod — Class in package com.arc90.rpc.rest |
|
The RESTServiceMethod class provides values that specify what method should be used when making requests to a server. |
| result — Property in class com.arc90.rpc.events.ResultEvent |
|
The HTTP Response body. |
| result — Event in class com.arc90.rpc.rest.RESTService |
|
Dispatched when a RESTService call returns successfully. |
| RESULT — Constant static property in class com.arc90.rpc.events.ResultEvent |
|
The RESULT event type. |
| ResultEvent — Class in package com.arc90.rpc.events |
|
The event that indicates an RPC operation has successfully returned a result. |
| ResultEvent(type, statusCode, statusMessage, headers, result) — Constructor in class com.arc90.rpc.events.ResultEvent |
|
Constructor. |
| resultFormat — Property in class com.arc90.rpc.rest.RESTService |
|
Value that indicates how you want to deserialize the result
returned by the HTTP call. |
| RESULT_FORMAT_BINARY — Constant static property in class com.arc90.rpc.rest.RESTService |
|
The result format "binary" specifiec the value returned is of type flash.utils.ByteArray. |
| RESULT_FORMAT_FLASHVARS — Constant static property in class com.arc90.rpc.rest.RESTService |
|
The result format "flashvars" specifies that the value returned is text containing name=value pairs
separated by ampersands, which is parsed into an ActionScript object. |
| RESULT_FORMAT_TEXT — Constant static property in class com.arc90.rpc.rest.RESTService |
|
The result format "text" specifies that the RESTService result text should be an unprocessed String. |
| RESULT_FORMAT_XML — Constant static property in class com.arc90.rpc.rest.RESTService |
|
The result format "xml" specifies that the value returned is an XML instance, which can be accessed using ECMAScript for XML (E4X) expressions. |
| rootURL — Property in class com.arc90.rpc.rest.RESTService |
|
The base url for service calls. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |