Uses of Class
io.qt.httpserver.QHttpServerRequest
-
Uses of QHttpServerRequest in io.qt.httpserver
Modifier and TypeMethodDescriptionvoid
QHttpServer.MissingHandler.accept
(QHttpServerRequest arg__1, QHttpServerResponder arg__2) void
QHttpServerRouterRule.RouterHandler.accept
(QRegularExpressionMatch arg__1, QHttpServerRequest arg__2, QTcpSocket arg__3) protected final boolean
QHttpServerRouterRule.exec
(QHttpServerRequest request, QTcpSocket socket) protected abstract boolean
QAbstractHttpServer.handleRequest
(QHttpServerRequest request, QTcpSocket socket) protected boolean
QHttpServer.handleRequest
(QHttpServerRequest request, QTcpSocket socket) final boolean
QHttpServerRouter.handleRequest
(QHttpServerRequest request, QTcpSocket socket) void
QHttpServer.GenericViewHandler.invoke
(Object[] args, QHttpServerResponder responder, QHttpServerRequest request) protected static QHttpServerResponder
QAbstractHttpServer.makeResponder
(QHttpServerRequest request, QTcpSocket socket) protected boolean
QHttpServerRouterRule.matches
(QHttpServerRequest request, QRegularExpressionMatch match) protected abstract void
QAbstractHttpServer.missingHandler
(QHttpServerRequest request, QTcpSocket socket) protected void
QHttpServer.missingHandler
(QHttpServerRequest request, QTcpSocket socket) Modifier and TypeMethodDescriptionvoid
QHttpServer.afterRequest
(BiFunction<QHttpServerResponse, QHttpServerRequest, QHttpServerResponse> action) <R> boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, BiFunction<Object[], QHttpServerRequest, R> viewHandler, QMetaType... metaTypes) <R> boolean
QHttpServer.route
(String pathPattern, BiFunction<Object[], QHttpServerRequest, R> viewHandler, QMetaType... metaTypes) <R> boolean
QHttpServer.route
(Function<QHttpServerRouterRule.RouterHandler, QHttpServerRouterRule> ruleFactory, BiFunction<Object[], QHttpServerRequest, R> viewHandler, QMetaType... metaTypes)