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