Uses of Class
kos.core.SimplifiedRouter
-
Packages that use SimplifiedRouter Package Description kos.core -
-
Uses of SimplifiedRouter in kos.core
Fields in kos.core declared as SimplifiedRouter Modifier and Type Field Description private @NonNull SimplifiedRouterVertxWebServer. router(package private) SimplifiedRouterWebServerEventListener.BeforeDeployEvent. routerMethods in kos.core that return SimplifiedRouter Modifier and Type Method Description SimplifiedRouterVertxWebServer. router()Retrieves the current configured router.static SimplifiedRouterSimplifiedRouter. wrapWithAutoBodyReader(io.vertx.ext.web.Router router)Creates an instance ofSimplifiedRouterthat will automatically read the request body payload for PATCH, POST and PUT.static SimplifiedRouterSimplifiedRouter. wrapWithNoAuthBodyReader(io.vertx.ext.web.Router router)Creates a basic instance ofSimplifiedRouter.
-