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