Uses of Interface
io.qt.httpserver.QHttpServer.SimpleViewHandler
-
Uses of QHttpServer.SimpleViewHandler in io.qt.httpserver
Modifier and TypeMethodDescription<R> boolean
QHttpServer.route
(String pathPattern, QHttpServer.SimpleViewHandler<R> viewHandler, QMetaType ... metaTypes) <R> boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, QHttpServer.SimpleViewHandler<R> viewHandler, QMetaType ... metaTypes) <R> boolean
QHttpServer.route
(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QHttpServer.SimpleViewHandler<R> viewHandler, QMetaType ... metaTypes)