ImplFlutterCosApi class
Methods
-
cacheCredentialsAndCleanUp(int scopeId, SessionQCloudCredentials newCredentials)
→ void
-
-
fetchDns(String domain)
→ Future<List<String>?>
-
获取dns记录
@param domain 域名
@return ip集合
override
-
fetchScopeLimitCredentials(List<STSCredentialScope?> stsCredentialScopes)
→ Future<SessionQCloudCredentials>
-
override
-
fetchSessionCredentials()
→ Future<SessionQCloudCredentials>
-
override
-
forceInvalidationScopeCredentials()
→ void
-
-
initMultipleUploadCallback(String transferKey, int key, String bucket, String cosKey, String uploadId)
→ void
-
override
-
jsonifyScopes(List<STSCredentialScope?> scopes)
→ String
-
-
lookupValidCredentials(int scopeId)
→ SessionQCloudCredentials?
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
progressCallback(String transferKey, int key, int complete, int target)
→ void
-
override
-
resultFailCallback(String transferKey, int key, CosXmlClientException? clientException, CosXmlServiceException? serviceException)
→ void
-
override
-
resultSuccessCallback(String transferKey, int key, CosXmlResult? result)
→ void
-
override
-
stateCallback(String transferKey, int key, String state)
→ void
-
override
-
toString()
→ String
-
A string representation of this object.
inherited