Uses of Class
io.qt.httpserver.QHttpServerResponder
Packages that use QHttpServerResponder
-
Uses of QHttpServerResponder in io.qt.httpserver
Methods in io.qt.httpserver with parameters of type QHttpServerResponderModifier and TypeMethodDescriptionprotected final boolean
QHttpServerRouterRule.exec
(QHttpServerRequest request, QHttpServerResponder responder) protected abstract boolean
QAbstractHttpServer.handleRequest
(QHttpServerRequest request, QHttpServerResponder responder) protected boolean
QHttpServer.handleRequest
(QHttpServerRequest request, QHttpServerResponder responder) final boolean
QHttpServerRouter.handleRequest
(QHttpServerRequest request, QHttpServerResponder responder) protected abstract void
QAbstractHttpServer.missingHandler
(QHttpServerRequest request, QHttpServerResponder responder) protected void
QHttpServer.missingHandler
(QHttpServerRequest request, QHttpServerResponder responder) final void
QHttpServerResponder.swap
(QHttpServerResponder other) Constructor parameters in io.qt.httpserver with type arguments of type QHttpServerResponderModifierConstructorDescriptionQHttpServerRouterRule
(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&&) 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&&)