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