Search
Preparing search index...
The search index is not available
RongIMLib - v5.14.1
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
RongIMLib - v5.14.1
UploadTask
Class UploadTask
Hierarchy
UploadTask
Index
Properties
_promise
_resolve
_client
id
Constructors
constructor
Methods
abort
_upload
In
Loop
_handle
Upload
await
Result
Properties
Private
Readonly
_promise
_promise
:
Promise
<
IAsyncRes
<
IUploadResult
>
>
Private
_resolve
_resolve
:
ResolveFunc
Private
_client
_client
:
null
|
AUpload
= null
Readonly
id
id
:
number
= ++count
Constructors
constructor
new
Upload
Task
(
info
:
IUploadInfo
, config
:
IUploadConfig
)
:
UploadTask
Parameters
info:
IUploadInfo
config:
IUploadConfig
Returns
UploadTask
Methods
abort
abort
(
)
:
void
Returns
void
Private
_upload
In
Loop
_upload
In
Loop
(
uploadUrlList
:
IUploadUrlInfo
[]
, uploadInfo
:
IUploadInfo
, getFileToken
:
(
(
fileType
:
FileType
, fileName
?:
string
, httpMethod
?:
"POST"
|
"PUT"
, queryString
?:
string
, url
?:
string
, size
?:
number
)
=>
Promise
<
IUploadAuth
&
{
bos
:
string
;
qiniu
:
string
;
ossConfig
:
string
}
>
)
, serverType
?:
number
, failList
?:
{
type
:
EUploadType
;
url
:
string
;
code
:
number
;
msg
:
undefined
|
string
}
[]
)
:
Promise
<
IAsyncRes
<
IUploadRequestResponse
>
>
Parameters
uploadUrlList:
IUploadUrlInfo
[]
uploadInfo:
IUploadInfo
getFileToken:
(
(
fileType
:
FileType
, fileName
?:
string
, httpMethod
?:
"POST"
|
"PUT"
, queryString
?:
string
, url
?:
string
, size
?:
number
)
=>
Promise
<
IUploadAuth
&
{
bos
:
string
;
qiniu
:
string
;
ossConfig
:
string
}
>
)
(
fileType
:
FileType
, fileName
?:
string
, httpMethod
?:
"POST"
|
"PUT"
, queryString
?:
string
, url
?:
string
, size
?:
number
)
:
Promise
<
IUploadAuth
&
{
bos
:
string
;
qiniu
:
string
;
ossConfig
:
string
}
>
Parameters
fileType:
FileType
Optional
fileName:
string
Optional
httpMethod:
"POST"
|
"PUT"
Optional
queryString:
string
Optional
url:
string
Optional
size:
number
Returns
Promise
<
IUploadAuth
&
{
bos
:
string
;
qiniu
:
string
;
ossConfig
:
string
}
>
Optional
serverType:
number
failList:
{
type
:
EUploadType
;
url
:
string
;
code
:
number
;
msg
:
undefined
|
string
}
[]
= []
Returns
Promise
<
IAsyncRes
<
IUploadRequestResponse
>
>
Private
_handle
Upload
_handle
Upload
(
info
:
IUploadInfo
, conf
:
IUploadConfig
)
:
Promise
<
IAsyncRes
<
IUploadResult
>
>
Parameters
info:
IUploadInfo
conf:
IUploadConfig
Returns
Promise
<
IAsyncRes
<
IUploadResult
>
>
await
Result
await
Result
(
)
:
Promise
<
IAsyncRes
<
IUploadResult
>
>
Returns
Promise
<
IAsyncRes
<
IUploadResult
>
>
Property
_promise
_resolve
_client
id
Constructor
constructor
Method
abort
_uploadInLoop
_handleUpload
awaitResult