Uses of Interface
kos.api.RequestHandler
-
Packages that use RequestHandler Package Description kos.core -
-
Uses of RequestHandler in kos.core
Methods in kos.core with parameters of type RequestHandler Modifier and Type Method Description voidSimplifiedRouter. route(io.vertx.core.http.HttpMethod method, String path, RequestHandler handler)Routes requests made topathto a particular handler.
-