KataCxTransport class abstract

Platform HTTP, with the one capability the CX widget actually needs from it: a response body that can be read progressively.

Implementers

Constructors

KataCxTransport()

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

close() → void
Releases the underlying client.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(KataCxRequest request) Future<KataCxResponse>
Performs request and waits for the whole body.
stream(KataCxRequest request) Stream<Uint8List>
Performs request and yields body bytes as they arrive.
toString() String
A string representation of this object.
inherited

Operators

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