Uses of Class
dev.relism.flash.extension.FlashApp
Packages that use FlashApp
-
Uses of FlashApp in dev.relism.flash.extension
Methods in dev.relism.flash.extension that return FlashAppModifier and TypeMethodDescriptionstatic FlashAppFlashApp.create(int port) static FlashAppFlashApp.create(FlashConfiguration cfg) FlashApp.install(FlashExtension ext) Registers an extension for two-phase installation at startup.FlashApp.mount(String namespace, Consumer<FlashScope> configure) Mounts a scoped group of routes undernamespace.FlashApp.onException(AbstractRouter.ExceptionHandler handler) FlashApp.onNotFound(SimpleHandler.FunctionalHandler handler) FlashApp.start()Boots the server and starts accepting connections.FlashApp.ws(String path, WebSocketHandler handler) Registers a WebSocket endpoint atpath.