Uses of Enum
org.eclipse.jetty.util.Pool.StrategyType
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Util : Common Utility Classes
-
Uses of Pool.StrategyType in org.eclipse.jetty.client
ModifierConstructorDescriptionprotected
AbstractConnectionPool
(HttpDestination destination, Pool.StrategyType strategy, int maxConnections, boolean cache, Callback requester) MultiplexConnectionPool
(HttpDestination destination, Pool.StrategyType strategy, int maxConnections, boolean cache, Callback requester, int maxMultiplex) -
Uses of Pool.StrategyType in org.eclipse.jetty.util
Modifier and TypeMethodDescriptionstatic Pool.StrategyType
Returns the enum constant of this type with the specified name.static Pool.StrategyType[]
Pool.StrategyType.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionPool
(Pool.StrategyType strategyType, int maxEntries) Construct a Pool with a specified lookup strategy and noThreadLocal
cache.Pool
(Pool.StrategyType strategyType, int maxEntries, boolean cache) Construct a Pool with the specified thread-local cache size and an optionalThreadLocal
cache.