Uses of Class
org.asynchttpclient.netty.channel.DefaultChannelPool.PoolLeaseStrategy
-
Packages that use DefaultChannelPool.PoolLeaseStrategy Package Description org.asynchttpclient.netty.channel -
-
Uses of DefaultChannelPool.PoolLeaseStrategy in org.asynchttpclient.netty.channel
Methods in org.asynchttpclient.netty.channel that return DefaultChannelPool.PoolLeaseStrategy Modifier and Type Method Description static DefaultChannelPool.PoolLeaseStrategy
DefaultChannelPool.PoolLeaseStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultChannelPool.PoolLeaseStrategy[]
DefaultChannelPool.PoolLeaseStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.asynchttpclient.netty.channel with parameters of type DefaultChannelPool.PoolLeaseStrategy Constructor Description DefaultChannelPool(Duration maxIdleTime, Duration connectionTtl, DefaultChannelPool.PoolLeaseStrategy poolLeaseStrategy, io.netty.util.Timer nettyTimer, Duration cleanerPeriod)
-