Uses of Interface
io.qt.httpserver.QHttpServer.ResponderViewHandler
Packages that use QHttpServer.ResponderViewHandler
-
Uses of QHttpServer.ResponderViewHandler in io.qt.httpserver
Methods in io.qt.httpserver with parameters of type QHttpServer.ResponderViewHandlerModifier and TypeMethodDescriptionboolean
QHttpServer.route
(String pathPattern, QObject context, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(String pathPattern, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, QObject context, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(BiFunction<QObject, QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QObject context, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(BiFunction<QObject, QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes)