Uses of Class
io.qt.httpserver.QHttpServerResponse
Packages that use QHttpServerResponse
-
Uses of QHttpServerResponse in io.qt.httpserver
Methods in io.qt.httpserver that return QHttpServerResponseMethods in io.qt.httpserver with parameters of type QHttpServerResponseModifier and TypeMethodDescriptionfinal voidQHttpServerResponder.sendResponse(QHttpServerResponse response) final voidQHttpServerResponse.swap(QHttpServerResponse other) Method parameters in io.qt.httpserver with type arguments of type QHttpServerResponseModifier and TypeMethodDescriptionvoidQHttpServer.afterRequest(BiFunction<QHttpServerResponse, QHttpServerRequest, QHttpServerResponse> action) voidQHttpServer.afterRequest(BiFunction<QHttpServerResponse, QHttpServerRequest, QHttpServerResponse> action) voidQHttpServer.afterRequest(Function<QHttpServerResponse, QHttpServerResponse> action) voidQHttpServer.afterRequest(Function<QHttpServerResponse, QHttpServerResponse> action)