Uses of Class
io.qt.httpserver.QHttpServerRequest.Methods
Packages that use QHttpServerRequest.Methods
-
Uses of QHttpServerRequest.Methods in io.qt.httpserver
Classes in io.qt.httpserver that implement interfaces with type arguments of type QHttpServerRequest.MethodsModifier and TypeClassDescriptionstatic final classQFlagstype for enumQHttpServerRequest.MethodMethods in io.qt.httpserver that return QHttpServerRequest.MethodsModifier and TypeMethodDescriptionQHttpServerRequest.Method.asFlags()Create a Methods of the enum entry.QHttpServerRequest.Method.cleared(QHttpServerRequest.Method e) Excludes other enum entry from a flag of this entry.QHttpServerRequest.Methods.clone()Clones the flagsQHttpServerRequest.Method.combined(QHttpServerRequest.Method e) Combines this entry with other enum entry.QHttpServerRequest.Methods.combined(QHttpServerRequest.Method e) Combines this flags with enum entry.static QHttpServerRequest.MethodsQHttpServerRequest.Method.flags(QHttpServerRequest.Method ... values) Creates a newQHttpServerRequest.Methodsfrom the entries.QHttpServerRequest.Methods.setFlag(QHttpServerRequest.Method e) Sets the flageQHttpServerRequest.Methods.setFlag(QHttpServerRequest.Method e, boolean on) Sets or clears the flagflagMethods in io.qt.httpserver with parameters of type QHttpServerRequest.MethodsModifier and TypeMethodDescriptionfinal intQHttpServerRequest.Methods.compareTo(QHttpServerRequest.Methods other) <ViewHandler extends QMetaObject.AbstractSlot>
booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, ViewHandler viewHandler) <ViewHandler extends QMetaObject.AbstractSlot>
booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, QObject context, ViewHandler viewHandler) booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, QObject context, QHttpServer.GenericViewHandler viewHandler, QMetaType ... metaTypes) <R> booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, QObject context, QHttpServer.RequestViewHandler<R> viewHandler, QMetaType ... metaTypes) <R> booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, QObject context, QHttpServer.SimpleViewHandler<R> viewHandler, QMetaType ... metaTypes) booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, QHttpServer.GenericViewHandler viewHandler, QMetaType ... metaTypes) <R> booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, QHttpServer.RequestViewHandler<R> viewHandler, QMetaType ... metaTypes) <R> booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, QHttpServer.SimpleViewHandler<R> viewHandler, QMetaType ... metaTypes) booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, QObject context, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) booleanQHttpServer.route(String pathPattern, QHttpServerRequest.Methods methods, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) Constructors in io.qt.httpserver with parameters of type QHttpServerRequest.MethodsModifierConstructorDescription<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&&)