Uses of Class
be.yildizgames.module.webserver.undertow.UndertowController
-
Packages that use UndertowController Package Description be.yildizgames.module.webserver.undertow -
-
Uses of UndertowController in be.yildizgames.module.webserver.undertow
Methods in be.yildizgames.module.webserver.undertow that return UndertowController Modifier and Type Method Description UndertowControllerUndertowController. get(String s, RequestHandler h)UndertowControllerUndertowController. post(String s, RequestHandler h)UndertowControllerUndertowController. put(String s, RequestHandler h)Constructors in be.yildizgames.module.webserver.undertow with parameters of type UndertowController Constructor Description UndertowWebServer(WebServerConfiguration configuration, UndertowController controller)
-