Uses of Interface
io.muserver.RouteHandler
-
Packages that use RouteHandler Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of RouteHandler in io.muserver
Methods in io.muserver with parameters of type RouteHandler Modifier and Type Method Description ContextHandlerBuilder
ContextHandlerBuilder. addHandler(Method method, java.lang.String uriTemplate, RouteHandler handler)
Registers a new handler that will only be called if it matches the given route info (relative to the current context).MuServerBuilder
MuServerBuilder. addHandler(Method method, java.lang.String uriTemplate, RouteHandler handler)
Registers a new handler that will only be called if it matches the given route infostatic MuHandler
Routes. route(Method method, java.lang.String uriTemplate, RouteHandler muHandler)
Creates a new handler that will only be called if it matches the given route info.
-