Searched defs:idealConcurrentStreamsPerConnection (Results 1 – 2 of 2) sorted by relevance
18 private int idealConcurrentStreamsPerConnection = 100; field in Http2StreamManagerOptions71 …amManagerOptions withIdealConcurrentStreamsPerConnection(int idealConcurrentStreamsPerConnection) { in withIdealConcurrentStreamsPerConnection()
30 private final int idealConcurrentStreamsPerConnection; field in Http2StreamManager66 int idealConcurrentStreamsPerConnection = options.getIdealConcurrentStreamsPerConnection(); in Http2StreamManager() local