Uses of Class
io.qt.httpserver.QHttpServerRequest.Methods
Packages that use QHttpServerRequest.Methods
-
Uses of QHttpServerRequest.Methods in io.qt.httpserver
Methods in io.qt.httpserver that return QHttpServerRequest.MethodsModifier and TypeMethodDescriptionQHttpServerRequest.Method.asFlags()
Create a QFlags of the enum 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.Methods
QHttpServerRequest.Method.flags
(QHttpServerRequest.Method... values) Creates a newQHttpServerRequest.Methods
from the entries.QHttpServerRequest.Methods.setFlag
(QHttpServerRequest.Method e) Sets the flage
QHttpServerRequest.Methods.setFlag
(QHttpServerRequest.Method e, boolean on) Sets or clears the flagflag
Methods in io.qt.httpserver with parameters of type QHttpServerRequest.MethodsModifier and TypeMethodDescriptionfinal int
QHttpServerRequest.Methods.compareTo
(QHttpServerRequest.Methods other) boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, QHttpServer.GenericViewHandler viewHandler, QMetaType... metaTypes) boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, BiConsumer<Object[], QHttpServerResponder> viewHandler, QMetaType... metaTypes) <R> boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, BiFunction<Object[], QHttpServerRequest, R> viewHandler, QMetaType... metaTypes) <R> boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, Function<Object[], R> viewHandler, QMetaType... metaTypes) <ViewHandler extends QMetaObject.AbstractSlot>
booleanQHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, ViewHandler viewHandler) Constructors in io.qt.httpserver with parameters of type QHttpServerRequest.MethodsModifierConstructorDescriptionQHttpServerRouterRule
(String pathPattern, QHttpServerRequest.Methods methods, QHttpServerRouterRule.RouterHandler routerHandler)