Uses of Enum Class
org.eclipse.jetty.util.ConcurrentPool.StrategyType
Packages that use ConcurrentPool.StrategyType
-
Uses of ConcurrentPool.StrategyType in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return ConcurrentPool.StrategyTypeModifier and TypeMethodDescriptionstatic ConcurrentPool.StrategyTypeReturns the enum constant of this class with the specified name.static ConcurrentPool.StrategyType[]ConcurrentPool.StrategyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jetty.util with parameters of type ConcurrentPool.StrategyTypeModifierConstructorDescriptionConcurrentPool(ConcurrentPool.StrategyType strategyType, int maxSize) Creates an instance with the specified strategy.ConcurrentPool(ConcurrentPool.StrategyType strategyType, int maxSize, ToIntFunction<P> maxMultiplex) Creates an instance with the specified strategy.