Package org.spincast.plugins.routing
Interface DefaultHandler
- All Superinterfaces:
org.spincast.core.routing.Handler<org.spincast.core.exchange.DefaultRequestContext>
public interface DefaultHandler
extends org.spincast.core.routing.Handler<org.spincast.core.exchange.DefaultRequestContext>
Default route handler.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(org.spincast.core.exchange.DefaultRequestContext context)
-
Method Details
-
handle
void handle(org.spincast.core.exchange.DefaultRequestContext context) - Specified by:
handlein interfaceorg.spincast.core.routing.Handler<org.spincast.core.exchange.DefaultRequestContext>
-