Uses of Class
io.qt.httpserver.QHttpServerRequest
Packages that use QHttpServerRequest
-
Uses of QHttpServerRequest in io.qt.httpserver
Subinterfaces with type arguments of type QHttpServerRequest in io.qt.httpserverModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceMethods in io.qt.httpserver with parameters of type QHttpServerRequestModifier 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 booleanQHttpServerRouterRule.matches(QHttpServerRequest request, QRegularExpressionMatch match) protected abstract voidQAbstractHttpServer.missingHandler(QHttpServerRequest request, QHttpServerResponder responder) protected voidQHttpServer.missingHandler(QHttpServerRequest request, QHttpServerResponder responder) Method parameters in io.qt.httpserver with type arguments of type QHttpServerRequestModifier and TypeMethodDescriptionfinal voidQAbstractHttpServer.addWebSocketUpgradeVerifier(QObject context, QMetaObject.Method1<QHttpServerRequest, QHttpServerWebSocketUpgradeResponse> func) final voidQAbstractHttpServer.addWebSocketUpgradeVerifier(QMetaObject.Method1<QHttpServerRequest, QHttpServerWebSocketUpgradeResponse> func) Overloaded function forQAbstractHttpServer.addWebSocketUpgradeVerifier(io.qt.core.QObject, io.qt.core.QMetaObject.Method1).voidQHttpServer.afterRequest(BiFunction<QHttpServerResponse, QHttpServerRequest, QHttpServerResponse> action) Constructor parameters in io.qt.httpserver with type arguments of type QHttpServerRequestModifierConstructorDescription<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&&)