Uses of Class
software.amazon.awssdk.http.nio.netty.internal.utils.BetterFixedChannelPool.Builder
-
Packages that use BetterFixedChannelPool.Builder Package Description software.amazon.awssdk.http.nio.netty.internal.utils -
-
Uses of BetterFixedChannelPool.Builder in software.amazon.awssdk.http.nio.netty.internal.utils
Methods in software.amazon.awssdk.http.nio.netty.internal.utils that return BetterFixedChannelPool.Builder Modifier and Type Method Description BetterFixedChannelPool.BuilderBetterFixedChannelPool.Builder. acquireTimeoutAction(BetterFixedChannelPool.AcquireTimeoutAction action)BetterFixedChannelPool.BuilderBetterFixedChannelPool.Builder. acquireTimeoutMillis(long acquireTimeoutMillis)static BetterFixedChannelPool.BuilderBetterFixedChannelPool. builder()BetterFixedChannelPool.BuilderBetterFixedChannelPool.Builder. channelPool(SdkChannelPool channelPool)BetterFixedChannelPool.BuilderBetterFixedChannelPool.Builder. executor(io.netty.util.concurrent.EventExecutor executor)BetterFixedChannelPool.BuilderBetterFixedChannelPool.Builder. maxConnections(int maxConnections)BetterFixedChannelPool.BuilderBetterFixedChannelPool.Builder. maxPendingAcquires(int maxPendingAcquires)
-