Not documented.
- Inheritance
- Object
- TransportStream
- ClientTransportStream
Properties
- id → int
-
read-only, inherited
The id of this stream.
- incomingMessages → Stream<StreamMessage>
-
read-only, inherited
A stream of data and/or headers from the remote end.
- outgoingMessages → StreamSink<StreamMessage>
-
read-only, inherited
A sink for writing data and/or headers to the remote end.
- peerPushes → Stream<TransportStreamPush>
-
read-only
Streams which the remote end pushed to this endpoint.…
Constructors
Methods
-
sendData(
List<int> bytes, {bool endStream: false}) → void -
inherited
-
sendHeaders(
List<Header> headers, {bool endStream: false}) → void -
inherited
-
terminate(
) → void -
inherited
Terminates this HTTP/2 stream in an un-normal way.