Not documented.

Inheritance

Properties

isOpen → bool
read-only

Whether this connection is open and can be used to make new requests via makeRequest.

Constructors

ClientTransportConnection.viaSocket(Socket socket, {ClientSettings settings})

ClientTransportConnection.viaStreams(Stream<List<int>> incoming, StreamSink<List<int>> outgoing, {ClientSettings settings})

Methods

finish() → Future
inherited

Finish this connection.

makeRequest(List<Header> headers, {bool endStream: false}) → ClientTransportStream

Creates a new outgoing stream.

ping() → Future
inherited

Pings the other end.

terminate() → Future
inherited

Terminates this connection forcefully.