Uses of Class
com.pixelservices.flash.components.FlashServer
Packages that use FlashServer
Package
Description
-
Uses of FlashServer in com.pixelservices.flash.components.fileserver
Constructors in com.pixelservices.flash.components.fileserver with parameters of type FlashServerModifierConstructorDescriptionDynamicFileServer
(FlashServer server) Constructs the dynamic file server.StaticFileServer
(FlashServer server) Constructs a StaticFileServer instance with the specified FlashServer. -
Uses of FlashServer in com.pixelservices.flash.components.http
Constructors in com.pixelservices.flash.components.http with parameters of type FlashServerModifierConstructorDescriptionHttpRequestHandler
(FlashServer server, RouteRegistry routeRegistry) -
Uses of FlashServer in com.pixelservices.flash.components.http.pool
Constructors in com.pixelservices.flash.components.http.pool with parameters of type FlashServerModifierConstructorDescriptionHandlerPoolManager
(FlashServer server, int defaultInitialSize, int defaultMinSize, int defaultMaxSize) Creates a new HandlerPoolManager with default pool sizes. -
Uses of FlashServer in com.pixelservices.flash.components.http.routing
Constructors in com.pixelservices.flash.components.http.routing with parameters of type FlashServerModifierConstructorDescriptionRouter
(String basePath, FlashServer server) Constructs a Router with a given base path and FlashServer instance.Router
(String basePath, FlashServer server, HandlerPoolManager poolManager) Constructs a Router with a given base path, FlashServer instance, and HandlerPoolManager. -
Uses of FlashServer in com.pixelservices.flash.components.websocket
Constructors in com.pixelservices.flash.components.websocket with parameters of type FlashServerModifierConstructorDescriptionWebSocketRequestHandler
(FlashServer server, Map<String, WebSocketHandler> webSocketHandlers, Map<String, WebSocketSession> activeSessions, OffHeapBufferPool websocketBufferPool) -
Uses of FlashServer in com.pixelservices.flash.swagger
Constructors in com.pixelservices.flash.swagger with parameters of type FlashServerModifierConstructorDescriptionOpenAPISchemaGenerator
(FlashServer server, OpenAPIConfiguration config)