CronetGrpcTransportStream class

Constructors

CronetGrpcTransportStream(Uri uri, Map<String, String> headers, CodecRegistry? _codecRegistry, Codec? _compressionCodec, BicronetEngine engine)

Properties

engine BicronetEngine
final
ffilibGrpcSupport → GrpcSupport
final
hashCode int
The hash code for this object.
no setterinherited
incomingMessages Stream<GrpcMessage>
no setter
incomingStreamController StreamController<StreamMessage>
final
isWriteStreamReady Completer<bool>
getter/setter pair
outgoingMessages StreamSink<List<int>>
no setter
outgoingStreamController StreamController<List<int>>
final
outgoingSubscription StreamSubscription<List<int>>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Pointer<bidirectional_stream>
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDoneHandler() → void
outgoingHandler(List<int> data) → void
receiveHeaders(Pointer<bidirectional_stream_header_array> array) List<Header>
terminate() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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