Uses of Class
kos.core.SimplifiedRouter
-
Packages that use SimplifiedRouter Package Description kos.api kos.core -
-
Uses of SimplifiedRouter in kos.api
Fields in kos.api declared as SimplifiedRouter Modifier and Type Field Description (package private) SimplifiedRouterWebServerEventListener.BeforeDeployWebServerEvent. router -
Uses of SimplifiedRouter in kos.core
Fields in kos.core declared as SimplifiedRouter Modifier and Type Field Description private @NonNull SimplifiedRouterVertxWebServer. routerMethods in kos.core that return SimplifiedRouter Modifier and Type Method Description private static SimplifiedRouterVertxWebServer. loadDefaultRouter(KosContext kosContext, boolean autoConfigOptionals)static SimplifiedRouterSimplifiedRouter. wrapWithAutoBodyReader(KosContext kosContext, io.vertx.ext.web.Router router)Creates an instance ofSimplifiedRouterthat will automatically read the request body payload for PATCH, POST and PUT.static SimplifiedRouterSimplifiedRouter. wrapWithNoAutoBodyReader(KosContext kosContext, io.vertx.ext.web.Router router)Creates a basic instance ofSimplifiedRouter.Constructors in kos.core with parameters of type SimplifiedRouter Constructor Description VertxWebServer(KosContext kosContext, SimplifiedRouter router)Constructs a VertxWebServer.
-