Property | Defined By | ||
---|---|---|---|
code : String [read-only] | AIHttpResponse | ||
content : ByteArray | AIHttpResponse | ||
contentLength : Number [read-only]
Get content length. | AIHttpResponse | ||
header : AIHTTPHeader [read-only] | AIHttpResponse | ||
isChunked : Boolean [read-only] | AIHttpResponse | ||
isClientError : Boolean [read-only] | AIHttpResponse | ||
isInformation : Boolean [read-only] | AIHttpResponse | ||
isRedirection : Boolean [read-only] | AIHttpResponse | ||
isServerError : Boolean [read-only] | AIHttpResponse | ||
isSuccess : Boolean [read-only] | AIHttpResponse | ||
message : String [read-only] | AIHttpResponse | ||
version : String [read-only] | AIHttpResponse |
Method | Defined By | ||
---|---|---|---|
AIHttpResponse(version:String, code:String, message:String, header:AIHTTPHeader) | AIHttpResponse | ||
toString():String
To string. | AIHttpResponse |
code | property |
code:String
[read-only] public function get code():String
content | property |
content:ByteArray
public function get content():ByteArray
public function set content(value:ByteArray):void
contentLength | property |
contentLength:Number
[read-only] Get content length.
public function get contentLength():Number
header | property |
isChunked | property |
isChunked:Boolean
[read-only] public function get isChunked():Boolean
isClientError | property |
isClientError:Boolean
[read-only] public function get isClientError():Boolean
isInformation | property |
isInformation:Boolean
[read-only] public function get isInformation():Boolean
isRedirection | property |
isRedirection:Boolean
[read-only] public function get isRedirection():Boolean
isServerError | property |
isServerError:Boolean
[read-only] public function get isServerError():Boolean
isSuccess | property |
isSuccess:Boolean
[read-only] public function get isSuccess():Boolean
message | property |
message:String
[read-only] public function get message():String
version | property |
version:String
[read-only] public function get version():String
AIHttpResponse | () | Constructor |
public function AIHttpResponse(version:String, code:String, message:String, header:AIHTTPHeader)
version:String | |
code:String | |
message:String | |
header:AIHTTPHeader |
toString | () | method |
public function toString():String
To string.
ReturnsString |