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 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.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) <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, QHttpServer.RequestViewHandler<R> viewHandler, QMetaType ... metaTypes) <R> boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, QHttpServer.SimpleViewHandler<R> viewHandler, QMetaType ... metaTypes) boolean
QHttpServer.route
(String pathPattern, QHttpServerRequest.Methods methods, QHttpServer.ResponderViewHandler viewHandler, QMetaType ... metaTypes) Constructors in io.qt.httpserver with parameters of type QHttpServerRequest.MethodsModifierConstructorDescriptionQHttpServerRouterRule
(String pathPattern, QHttpServerRequest.Methods methods, QHttpServerRouterRule.RouterHandler routerHandler)