Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The HTTPService class is a class designed to transfer text
over HTTP. Use BinaryUploader for transferring non-text.
beads
org.apache.flex.net.BinaryUploader.
public var beads:Array
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
An id property for MXML documents.
contentData:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The text to send to the server, if any.
Implementation public function get contentData():String
public function set contentData(value:String):void
contentType:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The content-type of the binary data.
Implementation public function get contentType():String
public function set contentType(value:String):void
data:String
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The text returned from the server.
Implementation public function get data():String
headers:Array
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The HTTP headers to be sent with the upload.
Implementation public function get headers():Array
public function set headers(value:Array):void
id:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
An id property for MXML documents.
Implementation public function get id():String
public function set id(value:String):void
json:Object
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
A JSON object parsed from the data.
Implementation public function get json():Object
method:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The HTTP method for the upload.
Implementation public function get method():String
public function set method(value:String):void
responseHeaders:Array
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The HTTP headers that were received from the server
if any.
Implementation public function get responseHeaders():Array
responseURL:String
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The value of the responseURL header, if any.
Implementation public function get responseURL():String
status:int
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The http status code from the server, if any.
Implementation public function get status():int
strand:IStrand
[write-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Implementation public function set strand(value:IStrand ):void
timeout:Number
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
A timeout value for server response.
Implementation public function get timeout():Number
public function set timeout(value:Number):void
url:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The url of the server.
Implementation public function get url():String
public function set url(value:String):void
public function HTTPService()
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Constructor.
public function addBead(bead:IBead ):void
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Add a bead to the strand.
Parameters
bead :IBead
— The bead to be added.
protected function completeHandler(event:Event):void
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The handler for the COMPLETE event.
Parameters
public function getBeadByType(classOrInterface:Class):IBead
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Find a bead on the strand.
Parameters
classOrInterface :Class
— The class or interface to use
to search for the bead
Returns protected function ioErrorHandler(event:IOErrorEvent):void
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The handler for the IO_ERROR event.
Parameters
public function removeBead(value:IBead ):IBead
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Remove a bead from the strand.
Parameters
value :IBead
— bead The bead to be removed.
Returns public function send():void
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Sends the headers and contentData to the server.
protected function statusHandler(event:HTTPStatusEvent):void
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The handler for HTTP_STATUS and/or HTTP_RESPONSE_STATUS events
Parameters
Event Object Type: org.apache.flex.events.Event
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Dispatched when the request is complete.
Event Object Type: org.apache.flex.events.Event
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Dispatched if Adobe AIR is able to detect and return the status
code for the request. Unlike the httpStatus event, the httpResponseStatus
event is delivered before any response data. Also, the httpResponseStatus
event includes values for the responseHeaders and responseURL properties
(which are undefined for an httpStatus event. Note that the
httpResponseStatus event (if any) will be sent before
(and in addition to) any complete or error event.
Event Object Type: org.apache.flex.events.Event
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Dispatched when an httpStatus code is received from the server.
Event Object Type: org.apache.flex.events.Event
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Dispatched if an error occurs in the server communication.
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00