maxStreamsPerConnection property
The maximum number of concurrent HTTP/2 streams (i.e. requests) to multiplex onto a single connection before dialing another.
An upper bound only: if a server says it accepts fewer concurrent streams than this, that smaller number is used for its connections.
Implementation
final int maxStreamsPerConnection;