Home
last modified time | relevance | path

Searched refs:monitoringThroughputThresholdInBytesPerSecond (Results 1 – 3 of 3) sorted by relevance

/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/
DHttpClientConnectionManager.java107 long monitoringThroughputThresholdInBytesPerSecond = 0; in HttpClientConnectionManager() local
110monitoringThroughputThresholdInBytesPerSecond = monitoringOptions.getMinThroughputBytesPerSecond(); in HttpClientConnectionManager()
137 monitoringThroughputThresholdInBytesPerSecond, in HttpClientConnectionManager()
268 … long monitoringThroughputThresholdInBytesPerSecond, in httpClientConnectionManagerNew() argument
DHttp2StreamManager.java94 long monitoringThroughputThresholdInBytesPerSecond = 0; in Http2StreamManager() local
97monitoringThroughputThresholdInBytesPerSecond = monitoringOptions.getMinThroughputBytesPerSecond(); in Http2StreamManager()
117 monitoringThroughputThresholdInBytesPerSecond, in Http2StreamManager()
258 long monitoringThroughputThresholdInBytesPerSecond, in http2StreamManagerNew() argument
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/s3/
DS3Client.java64 long monitoringThroughputThresholdInBytesPerSecond = 0; in S3Client() local
67monitoringThroughputThresholdInBytesPerSecond = monitoringOptions.getMinThroughputBytesPerSecond(); in S3Client()
105 monitoringThroughputThresholdInBytesPerSecond, in S3Client()
226 long monitoringThroughputThresholdInBytesPerSecond, in s3ClientNew() argument