Uses of Class
dev.relism.flash.models.RequestHandler
Packages that use RequestHandler
Package
Description
-
Uses of RequestHandler in dev.relism.flash.extension
Methods in dev.relism.flash.extension that return RequestHandlerModifier and TypeMethodDescriptionprotected static RequestHandlerFlashRegistrar.instantiate(Class<?> cls) Methods in dev.relism.flash.extension with parameters of type RequestHandlerModifier and TypeMethodDescriptionprotected voidFlashApp.addRoute(HttpMethod method, String path, RequestHandler handler, List<MiddlewareNode> mw) protected abstract voidFlashRegistrar.addRoute(HttpMethod method, String path, RequestHandler handler, List<MiddlewareNode> mw) Adds a route immediately to this registrar's deferred compilation list.protected voidFlashScope.addRoute(HttpMethod method, String path, RequestHandler handler, List<MiddlewareNode> mw) Method parameters in dev.relism.flash.extension with type arguments of type RequestHandlerModifier and TypeMethodDescriptionAnnotationProcessor.process(Class<? extends RequestHandler> handlerClass) -
Uses of RequestHandler in dev.relism.flash.models
Subclasses of RequestHandler in dev.relism.flash.modelsModifier and TypeClassDescriptionclassDelegatesSimpleHandler.handle(dev.relism.flash.models.Request, dev.relism.flash.models.Response)to aSimpleHandler.FunctionalHandlerso lambdas can be used without relying on Lombok-generated constructors (IDE-safe, annotation-processing independent). -
Uses of RequestHandler in dev.relism.flash.routing
Methods in dev.relism.flash.routing that return RequestHandlerModifier and TypeMethodDescriptionstatic RequestHandlerMiddlewareGraph.compose(RequestHandler handler, Middleware[] ordered) Pre-composes a sorted chain once at boot.abstract RequestHandlerMethods in dev.relism.flash.routing with parameters of type RequestHandlerModifier and TypeMethodDescriptionprotected abstract AbstractRouterAbstractRouter.addRoute(HttpMethod method, String path, RequestHandler handler) static RequestHandlerMiddlewareGraph.compose(RequestHandler handler, Middleware[] ordered) Pre-composes a sorted chain once at boot.AbstractRouter.doRegister(HttpMethod method, String path, RequestHandler handler, Middleware[] middlewares) Registers a handler with a pre-built middleware array.Middleware.wrap(RequestHandler next) Wrapsnextwith this middleware's logic. -
Uses of RequestHandler in dev.relism.flash.routing.routers.fastpathrouter
Methods in dev.relism.flash.routing.routers.fastpathrouter that return RequestHandlerModifier and TypeMethodDescriptionMethods in dev.relism.flash.routing.routers.fastpathrouter with parameters of type RequestHandlerModifier and TypeMethodDescriptionprotected AbstractRouterFastPathRouterImpl.addRoute(HttpMethod method, String path, RequestHandler handler)