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):voidcontentType: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):voiddata: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():Stringheaders: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):voidid: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):voidjson: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():Objectmethod: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):voidresponseHeaders: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():ArrayresponseURL: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():Stringstatus: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():intstrand: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 ):voidtimeout: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):voidurl: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):voidpublic 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