Package | com.aispeech.net.http.io |
Class | public class AIHttpRequestBuffer |
Inheritance | AIHttpRequestBuffer ![]() |
Property | Defined By | ||
---|---|---|---|
bytesSent : uint [read-only] | AIHttpRequestBuffer | ||
hasData : Boolean [read-only] | AIHttpRequestBuffer |
Method | Defined By | ||
---|---|---|---|
AIHttpRequestBuffer(body:*) | AIHttpRequestBuffer | ||
read():ByteArray
Get data for request body. | AIHttpRequestBuffer |
bytesSent | property |
bytesSent:uint
[read-only] public function get bytesSent():uint
hasData | property |
hasData:Boolean
[read-only] public function get hasData():Boolean
AIHttpRequestBuffer | () | Constructor |
public function AIHttpRequestBuffer(body:*)
body:* |
read | () | method |
public function read():ByteArray
Get data for request body.
ReturnsByteArray — Bytes, or null if end was reached.
|