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