Uses of Class
com.pixelservices.flash.components.http.pool.HandlerPoolManager
Packages that use HandlerPoolManager
Package
Description
-
Uses of HandlerPoolManager in com.pixelservices.flash.components
Methods in com.pixelservices.flash.components that return HandlerPoolManager -
Uses of HandlerPoolManager in com.pixelservices.flash.components.http.routing
Constructors in com.pixelservices.flash.components.http.routing with parameters of type HandlerPoolManagerModifierConstructorDescriptionRouter
(String basePath, FlashServer server, HandlerPoolManager poolManager) Constructs a Router with a given base path, FlashServer instance, and HandlerPoolManager. -
Uses of HandlerPoolManager in com.pixelservices.flash.components.http.routing.models
Constructors in com.pixelservices.flash.components.http.routing.models with parameters of type HandlerPoolManagerModifierConstructorDescriptionRouteEntry
(HttpMethod method, String path, RequestHandler handler, HandlerType handlerType, HandlerPoolManager poolManager) Constructor for lambda-based handlers (using a special pool)RouteEntry
(HttpMethod method, String path, Class<? extends RequestHandler> handlerClass, HandlerType handlerType, HandlerPoolManager poolManager) Constructor for class-based handlers that will use pooling