Uses of Class
io.qt.httpserver.QHttpServerResponder
Packages that use QHttpServerResponder
-
Uses of QHttpServerResponder in io.qt.httpserver
Subinterfaces with type arguments of type QHttpServerResponder in io.qt.httpserverModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceMethods in io.qt.httpserver with parameters of type QHttpServerResponderModifier and TypeMethodDescriptionprotected final booleanQHttpServerRouterRule.exec(QHttpServerRequest request, QHttpServerResponder responder) protected abstract booleanQAbstractHttpServer.handleRequest(QHttpServerRequest request, QHttpServerResponder responder) protected booleanQHttpServer.handleRequest(QHttpServerRequest request, QHttpServerResponder responder) final booleanQHttpServerRouter.handleRequest(QHttpServerRequest request, QHttpServerResponder responder) protected abstract voidQAbstractHttpServer.missingHandler(QHttpServerRequest request, QHttpServerResponder responder) protected voidQHttpServer.missingHandler(QHttpServerRequest request, QHttpServerResponder responder) final voidQHttpServerResponder.swap(QHttpServerResponder other) Constructor parameters in io.qt.httpserver with type arguments of type QHttpServerResponderModifierConstructorDescription<Receiver>QHttpServerRouterRule(String pathPattern, Receiver receiver, QMetaObject.Slot4<Receiver, QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::QHttpServerRouterRule<Handler>(QString, const QObject*, Handler&&) QHttpServerRouterRule(String pathPattern, QObject context, QMetaObject.Slot3<QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::QHttpServerRouterRule<Handler>(QString, const QObject*, Handler&&) QHttpServerRouterRule(String pathPattern, QMetaObject.Slot3<QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::QHttpServerRouterRule<Handler>(QString,, Handler&&) <Receiver>QHttpServerRouterRule(String pathPattern, QHttpServerRequest.Methods methods, Receiver receiver, QMetaObject.Slot4<Receiver, QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::QHttpServerRouterRule<Handler>(QString, const QHttpServerRequest::Methods, const QObject*, Handler&&) QHttpServerRouterRule(String pathPattern, QHttpServerRequest.Methods methods, QObject context, QMetaObject.Slot3<QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::QHttpServerRouterRule<Handler>(QString, const QHttpServerRequest::Methods, const QObject*, Handler&&) QHttpServerRouterRule(String pathPattern, QHttpServerRequest.Methods methods, QMetaObject.Slot3<QRegularExpressionMatch, QHttpServerRequest, QHttpServerResponder> func) SeeQHttpServerRouterRule::QHttpServerRouterRule<Handler>(QString, const QHttpServerRequest::Methods, const QObject*, Handler&&)