Uses of Class
io.qt.httpserver.QHttpServerResponder
-
Uses of QHttpServerResponder in io.qt.httpserver
Modifier and TypeMethodDescriptionvoid
QHttpServer.MissingHandler.accept
(QHttpServerRequest request, QHttpServerResponder responder) void
QHttpServerRouterRule.RouterHandler.accept
(QRegularExpressionMatch arg__1, QHttpServerRequest arg__2, QHttpServerResponder arg__3) protected 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)