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.Builder
BetterFixedChannelPool.Builder. acquireTimeoutAction(BetterFixedChannelPool.AcquireTimeoutAction action)
BetterFixedChannelPool.Builder
BetterFixedChannelPool.Builder. acquireTimeoutMillis(long acquireTimeoutMillis)
static BetterFixedChannelPool.Builder
BetterFixedChannelPool. builder()
BetterFixedChannelPool.Builder
BetterFixedChannelPool.Builder. channelPool(SdkChannelPool channelPool)
BetterFixedChannelPool.Builder
BetterFixedChannelPool.Builder. executor(io.netty.util.concurrent.EventExecutor executor)
BetterFixedChannelPool.Builder
BetterFixedChannelPool.Builder. maxConnections(int maxConnections)
BetterFixedChannelPool.Builder
BetterFixedChannelPool.Builder. maxPendingAcquires(int maxPendingAcquires)
-