Uses of Class
io.qt.httpserver.QHttpServerRequest.Methods
-
Uses of QHttpServerRequest.Methods in io.qt.httpserver
Modifier and TypeMethodDescriptionQHttpServerRequest.Method.asFlags()
Create a QFlags 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.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
Modifier and TypeMethodDescriptionfinal int
QHttpServerRequest.Methods.compareTo
(QHttpServerRequest.Methods other) <ViewHandler extends QMetaObject.AbstractSlot>
booleanQHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, ViewHandler viewHandler) boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, QHttpServer.GenericViewHandler 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) boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, BiConsumer<Object [], QHttpServerResponder> viewHandler, QMetaType ... metaTypes) ModifierConstructorDescriptionQHttpServerRouterRule
(String pathPattern, QHttpServerRequest.Methods methods, QHttpServerRouterRule.RouterHandler routerHandler)