Uses of Class
io.qt.httpserver.QHttpServerRouterRule
-
Uses of QHttpServerRouterRule in io.qt.httpserver
Modifier and TypeMethodDescription<ViewHandler extends QMetaObject.AbstractSlot>
booleanQHttpServer.route
(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, ViewHandler viewHandler) boolean
QHttpServer.route
(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QHttpServer.GenericViewHandler viewHandler, QMetaType ... metaTypes) <R> boolean
QHttpServer.route
(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QHttpServer.RequestViewHandler<R> viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) <R> boolean
QHttpServer.route
(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QHttpServer.SimpleViewHandler<R> viewHandler, QMetaType ... metaTypes)