Settings for a TransportConnection a client can make.

Inheritance

Properties

allowServerPushes → bool
read-only

Whether the client allows pushes from the server (defaults to false).

concurrentStreamLimit → int
read-only, inherited

The maximum number of concurrent streams the remote end can open (defaults to being unlimited).

streamWindowSize → int
read-only, inherited

The default stream window size the remote peer can use when creating new streams (defaults to 65535 bytes).

Constructors

ClientSettings({int concurrentStreamLimit, int streamWindowSize, bool allowServerPushes: false})
const