Packageorg.apache.flex.net
Classpublic final class HTTPConstants
InheritanceHTTPConstants Inheritance Object



Public Methods
 MethodDefined By
  
HTTPConstants
Public Constants
 ConstantDefined By
  COMMUNICATION_ERROR : String = communicationError
[static] Dispatched if an error occurs in the server communication.
HTTPConstants
  COMPLETE : String = complete
[static] Dispatched when the request is complete.
HTTPConstants
  DELETE : String = DELETE
[static]
HTTPConstants
  GET : String = GET
[static]
HTTPConstants
  IO_ERROR : String = ioError
[static] Detail of an error occurring in the server communication.
HTTPConstants
  OPEN : String = open
[static] Dispatched when the connection is opened.
HTTPConstants
  POST : String = POST
[static]
HTTPConstants
  PUT : String = PUT
[static]
HTTPConstants
  RESPONSE_STATUS : String = httpResponseStatus
[static] Dispatched if Adobe AIR is able to detect and return the status code for the request.
HTTPConstants
  SECURITY_ERROR : String = securityError
[static] Detail of a security error occurs in the server communication.
HTTPConstants
  STATUS : String = httpStatus
[static] Dispatched when an httpStatus code is received from the server.
HTTPConstants
Constructor Detail
HTTPConstants()Constructor
public function HTTPConstants()



Constant Detail
COMMUNICATION_ERRORConstant
public static const COMMUNICATION_ERROR:String = communicationError

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.

COMPLETEConstant 
public static const COMPLETE:String = complete

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.

DELETEConstant 
public static const DELETE:String = DELETE

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

GETConstant 
public static const GET:String = GET

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

IO_ERRORConstant 
public static const IO_ERROR:String = ioError

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Detail of an error occurring in the server communication. (Flash only)

OPENConstant 
public static const OPEN:String = open

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Dispatched when the connection is opened.

POSTConstant 
public static const POST:String = POST

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

PUTConstant 
public static const PUT:String = PUT

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

RESPONSE_STATUSConstant 
public static const RESPONSE_STATUS:String = httpResponseStatus

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.

SECURITY_ERRORConstant 
public static const SECURITY_ERROR:String = securityError

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Detail of a security error occurs in the server communication. (Flash only)

STATUSConstant 
public static const STATUS:String = httpStatus

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.