Home
last modified time | relevance | path

Searched defs:maxConcurrentStreamsPerConnection (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/
H A DHttp2StreamManagerOptions.java20 private int maxConcurrentStreamsPerConnection = DEFAULT_MAX; field in Http2StreamManagerOptions
94 …StreamManagerOptions withMaxConcurrentStreamsPerConnection(int maxConcurrentStreamsPerConnection) { in withMaxConcurrentStreamsPerConnection()
H A DHttp2StreamManager.java31 private final int maxConcurrentStreamsPerConnection; field in Http2StreamManager
65 int maxConcurrentStreamsPerConnection = options.getMaxConcurrentStreamsPerConnection(); in Http2StreamManager() local