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 TypeMethodDescriptionbooleanQHttpServer.route(String pathPattern, QObject context, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) booleanQHttpServer.route(String pathPattern, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, QObject context, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) booleanQHttpServer.route(BiFunction<QObject, QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QObject context, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) booleanQHttpServer.route(BiFunction<QObject, QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) booleanQHttpServer.route(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes)