DriverConnection class abstract
A connection from a BazelWorkerDriver
to a worker.
Unlike WorkerConnection
there is no synchronous version of this class.
This is because drivers talk to multiple workers, so they should never block
when waiting for the response of any individual worker.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancel(
) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readResponse(
) → Future< WorkResponse> -
toString(
) → String -
A string representation of this object.
inherited
-
writeRequest(
WorkRequest request) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited