Uses of Interface
io.qt.httpserver.QHttpServer.GenericViewHandler
-
Uses of QHttpServer.GenericViewHandler in io.qt.httpserver
Modifier and TypeMethodDescriptionboolean
QHttpServer.route
(String pathPattern, QObject context, QHttpServer.GenericViewHandler viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(String pathPattern, QHttpServer.GenericViewHandler viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, QObject context, QHttpServer.GenericViewHandler viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, QHttpServer.GenericViewHandler viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(BiFunction<QObject, QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QObject context, QHttpServer.GenericViewHandler viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(BiFunction<QObject, QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QHttpServer.GenericViewHandler viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, QHttpServer.GenericViewHandler viewHandler, QMetaType ... metaTypes)