Searched defs:maxConcurrentStreamsPerConnection (Results 1 – 2 of 2) sorted by relevance
20 private int maxConcurrentStreamsPerConnection = DEFAULT_MAX; field in Http2StreamManagerOptions94 …StreamManagerOptions withMaxConcurrentStreamsPerConnection(int maxConcurrentStreamsPerConnection) { in withMaxConcurrentStreamsPerConnection()
31 private final int maxConcurrentStreamsPerConnection; field in Http2StreamManager65 int maxConcurrentStreamsPerConnection = options.getMaxConcurrentStreamsPerConnection(); in Http2StreamManager() local