Searched refs:maxConcurrentStreamsPerConnection (Results 1 – 2 of 2) sorted by relevance
20 private int maxConcurrentStreamsPerConnection = DEFAULT_MAX; field in Http2StreamManagerOptions94 …StreamManagerOptions withMaxConcurrentStreamsPerConnection(int maxConcurrentStreamsPerConnection) { in withMaxConcurrentStreamsPerConnection() argument95 this.maxConcurrentStreamsPerConnection = maxConcurrentStreamsPerConnection; in withMaxConcurrentStreamsPerConnection()106 return maxConcurrentStreamsPerConnection; in getMaxConcurrentStreamsPerConnection()261 if (maxConcurrentStreamsPerConnection <= 0) { in validateOptions()265 || idealConcurrentStreamsPerConnection > maxConcurrentStreamsPerConnection) { in validateOptions()
31 private final int maxConcurrentStreamsPerConnection; field in Http2StreamManager65 int maxConcurrentStreamsPerConnection = options.getMaxConcurrentStreamsPerConnection(); in Http2StreamManager() local72 this.maxConcurrentStreamsPerConnection = maxConcurrentStreamsPerConnection; in Http2StreamManager()121 maxConcurrentStreamsPerConnection, in Http2StreamManager()