Skip to content

Commit ce8cc75

Browse files
committed
Add experimental
1 parent 2ced361 commit ce8cc75

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/H2AsyncClientBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ public final H2AsyncClientBuilder disableRequestPriority() {
336336
* @return this builder
337337
* @since 5.6
338338
*/
339+
@Experimental
339340
public final H2AsyncClientBuilder setMaxQueuedRequests(final int max) {
340341
this.maxQueuedRequests = max;
341342
return this;

httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/HttpAsyncClientBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,7 @@ public HttpAsyncClientBuilder disableContentCompression() {
911911
* @return this builder
912912
* @since 5.6
913913
*/
914+
@Experimental
914915
public HttpAsyncClientBuilder setMaxQueuedRequests(final int max) {
915916
this.maxQueuedRequests = max;
916917
return this;

0 commit comments

Comments
 (0)