Home
last modified time | relevance | path

Searched refs:httpCount (Results 1 – 18 of 18) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/www/http/HttpClient/
H A DProxyFromCache.java95 int httpCount = httpServer.getConnectionCount(); in main() local
98 if (proxyCount != 1 && httpCount != 1) { in main()
99 System.out.println("Proxy = " + proxyCount + ", http = " + httpCount); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/net/www/http/HttpClient/
H A DProxyFromCache.java95 int httpCount = httpServer.getConnectionCount(); in main() local
98 if (proxyCount != 1 && httpCount != 1) { in main()
99 System.out.println("Proxy = " + proxyCount + ", http = " + httpCount); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/www/http/HttpClient/
H A DProxyFromCache.java95 int httpCount = httpServer.getConnectionCount(); in main() local
98 if (proxyCount != 1 && httpCount != 1) { in main()
99 System.out.println("Proxy = " + proxyCount + ", http = " + httpCount); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/http/HttpClient/
H A DProxyFromCache.java94 int httpCount = httpServer.getConnectionCount(); in main() local
97 if (proxyCount != 1 && httpCount != 1) { in main()
98 System.out.println("Proxy = " + proxyCount + ", http = " + httpCount); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/http/HttpClient/
H A DProxyFromCache.java94 int httpCount = httpServer.getConnectionCount(); in main() local
97 if (proxyCount != 1 && httpCount != 1) { in main()
98 System.out.println("Proxy = " + proxyCount + ", http = " + httpCount); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/net/www/http/HttpClient/
H A DProxyFromCache.java106 int httpCount = httpServer.getConnectionCount(); in main() local
109 if (proxyCount != 1 && httpCount != 1) { in main()
110 System.out.println("Proxy = " + proxyCount + ", http = " + httpCount); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/net/www/http/HttpClient/
H A DProxyFromCache.java106 int httpCount = httpServer.getConnectionCount(); in main() local
109 if (proxyCount != 1 && httpCount != 1) { in main()
110 System.out.println("Proxy = " + proxyCount + ", http = " + httpCount); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/net/www/http/HttpClient/
H A DProxyFromCache.java106 int httpCount = httpServer.getConnectionCount(); in main() local
109 if (proxyCount != 1 && httpCount != 1) { in main()
110 System.out.println("Proxy = " + proxyCount + ", http = " + httpCount); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/net/www/http/HttpClient/
H A DProxyFromCache.java106 int httpCount = httpServer.getConnectionCount(); in main() local
109 if (proxyCount != 1 && httpCount != 1) { in main()
110 System.out.println("Proxy = " + proxyCount + ", http = " + httpCount); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/net/www/http/HttpClient/
H A DProxyFromCache.java106 int httpCount = httpServer.getConnectionCount(); in main() local
109 if (proxyCount != 1 && httpCount != 1) { in main()
110 System.out.println("Proxy = " + proxyCount + ", http = " + httpCount); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DHttpClientImpl.java371 final long httpCount = pendingHttpRequestCount.decrementAndGet(); in unreference() local
377 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in unreference()
394 final long httpCount = pendingHttpRequestCount.get(); in streamUnreference() local
399 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in streamUnreference()
416 final long httpCount = pendingHttpRequestCount.get(); in webSocketClose() local
421 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in webSocketClose()
434 final AtomicLong httpCount; field in HttpClientImpl.HttpClientTracker
446 this.httpCount = http; in HttpClientTracker()
459 return httpCount.get(); in getOutstandingHttpOperations()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DHttpClientImpl.java373 final long httpCount = pendingHttpRequestCount.decrementAndGet(); in unreference() local
379 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in unreference()
396 final long httpCount = pendingHttpRequestCount.get(); in streamUnreference() local
401 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in streamUnreference()
418 final long httpCount = pendingHttpRequestCount.get(); in webSocketClose() local
423 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in webSocketClose()
436 final AtomicLong httpCount; field in HttpClientImpl.HttpClientTracker
448 this.httpCount = http; in HttpClientTracker()
461 return httpCount.get(); in getOutstandingHttpOperations()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DHttpClientImpl.java371 final long httpCount = pendingHttpRequestCount.decrementAndGet(); in unreference() local
377 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in unreference()
394 final long httpCount = pendingHttpRequestCount.get(); in streamUnreference() local
399 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in streamUnreference()
416 final long httpCount = pendingHttpRequestCount.get(); in webSocketClose() local
421 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in webSocketClose()
434 final AtomicLong httpCount; field in HttpClientImpl.HttpClientTracker
446 this.httpCount = http; in HttpClientTracker()
459 return httpCount.get(); in getOutstandingHttpOperations()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.net.http/share/classes/jdk/internal/net/http/
H A DHttpClientImpl.java371 final long httpCount = pendingHttpRequestCount.decrementAndGet(); in unreference() local
377 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in unreference()
394 final long httpCount = pendingHttpRequestCount.get(); in streamUnreference() local
399 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in streamUnreference()
416 final long httpCount = pendingHttpRequestCount.get(); in webSocketClose() local
421 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in webSocketClose()
434 final AtomicLong httpCount; field in HttpClientImpl.HttpClientTracker
446 this.httpCount = http; in HttpClientTracker()
459 return httpCount.get(); in getOutstandingHttpOperations()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DHttpClientImpl.java361 final long httpCount = pendingHttpRequestCount.decrementAndGet(); in unreference() local
367 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in unreference()
384 final long httpCount = pendingHttpRequestCount.get(); in streamUnreference() local
389 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in streamUnreference()
406 final long httpCount = pendingHttpRequestCount.get(); in webSocketClose() local
411 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in webSocketClose()
424 final AtomicLong httpCount; field in HttpClientImpl.HttpClientTracker
436 this.httpCount = http; in HttpClientTracker()
449 return httpCount.get(); in getOutstandingHttpOperations()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DHttpClientImpl.java361 final long httpCount = pendingHttpRequestCount.decrementAndGet(); in unreference() local
367 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in unreference()
384 final long httpCount = pendingHttpRequestCount.get(); in streamUnreference() local
389 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in streamUnreference()
406 final long httpCount = pendingHttpRequestCount.get(); in webSocketClose() local
411 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in webSocketClose()
424 final AtomicLong httpCount; field in HttpClientImpl.HttpClientTracker
436 this.httpCount = http; in HttpClientTracker()
449 return httpCount.get(); in getOutstandingHttpOperations()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DHttpClientImpl.java379 final long httpCount = pendingHttpRequestCount.decrementAndGet(); in unreference() local
385 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in unreference()
402 final long httpCount = pendingHttpRequestCount.get(); in streamUnreference() local
407 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in streamUnreference()
424 final long httpCount = pendingHttpRequestCount.get(); in webSocketClose() local
429 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in webSocketClose()
442 final AtomicLong httpCount; field in HttpClientImpl.HttpClientTracker
454 this.httpCount = http; in HttpClientTracker()
467 return httpCount.get(); in getOutstandingHttpOperations()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.net.http/share/classes/jdk/internal/net/http/
H A DHttpClientImpl.java373 final long httpCount = pendingHttpRequestCount.decrementAndGet(); in unreference() local
379 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in unreference()
396 final long httpCount = pendingHttpRequestCount.get(); in streamUnreference() local
401 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in streamUnreference()
418 final long httpCount = pendingHttpRequestCount.get(); in webSocketClose() local
423 assert httpCount >= 0 : "count of HTTP/1.1 operations < 0"; in webSocketClose()
436 final AtomicLong httpCount; field in HttpClientImpl.HttpClientTracker
448 this.httpCount = http; in HttpClientTracker()
461 return httpCount.get(); in getOutstandingHttpOperations()