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 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)