UploadLargeFile class

Mixed-in types
Annotations
  • @grunt(logLevel: "FINE", logOutput: "console")

Constructors

UploadLargeFile.new()

Properties

channel → GruntChannel
no setterinherited
create → GruntFactoryFn<UploadLargeFile>
no setteroverride
currentStatus → WorkStatus
no setterinherited
encoding → PayloadHandler
The encoding you use for this type of operation
no setterinherited
error ↔ ErrorStack?
getter/setter pairinherited
fallbackEncoding → PayloadHandler
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
jobId String
The specific job that this grunt is processing currently
finalinherited
key String
A unique key that identifies this worker
no setteroverride
lastPct int
getter/setter pair
log → Logger
no setterinherited
loggerName String
no setterinherited
message String?
getter/setter pairinherited
package String
no setteroverride
params UploadFileParams
getter/setter pairinherited-setteroverride-getter
progress double
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Map<String, dynamic>?
getter/setter pairinherited
total double?
getter/setter pairinherited
uploadId String
getter/setter pair
uploads IUploadsApi
getter/setter pair
workPhase ↔ WorkPhase
getter/setter pairinherited

Methods

decodePayload(int? contentType, dynamic content, PayloadDecoder next) → dynamic
override
doInitialize() FutureOr
override
encodePayload(Payload payload, PayloadEncoder next) → Payload
Override this to customize encoding strategy. Call next to chain them together, or just return something custom
override
execute(dynamic _params) Future
override
initialize(GruntChannel channel, [dynamic params]) → void
Initializes and creates a job id
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyProgress() Future
onError(ErrorStack? err) FutureOr
inherited
onStop() FutureOr
inherited
sendUpdate({String? message, double? progress, Map<String, dynamic>? state}) → void
inherited
start(dynamic params) Future
Instructs the agent to start processing
inherited
stop() → void
Instructs the agent to stop
inherited
toString() String
A string representation of this object.
inherited
uploadPart(int me, List<int> chunk) Future<ETagResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited