Package org.spincast.core.routing
Interface Handler<R extends RequestContext<?>>
- All Known Subinterfaces:
AppHandler
,AppHandler
,DefaultHandler
- All Known Implementing Classes:
WebsocketRouteHandler
public interface Handler<R extends RequestContext<?>>
A route handler. Called by the front controller to handle
a request, when the associated route matches.
-
Method Summary
-
Method Details
-
handle
Receives arequest context
object and handles it.
-