There was an error while loading. Please reload this page.
2 parents 98c79b2 + 669db2b commit 19067b9Copy full SHA for 19067b9
client/src/main/java/org/asynchttpclient/DefaultAsyncHttpClientConfig.java
@@ -941,6 +941,11 @@ public Builder setUseNativeTransport(boolean useNativeTransport) {
941
return this;
942
}
943
944
+ public Builder setUsePooledMemory(boolean usePooledMemory) {
945
+ this.usePooledMemory = usePooledMemory;
946
+ return this;
947
+ }
948
+
949
public Builder setNettyTimer(Timer nettyTimer) {
950
this.nettyTimer = nettyTimer;
951
0 commit comments