Uses of Enum
io.qt.httpserver.QHttpServerRequest.Method
Packages that use QHttpServerRequest.Method
-
Uses of QHttpServerRequest.Method in io.qt.httpserver
Methods in io.qt.httpserver that return QHttpServerRequest.MethodModifier and TypeMethodDescriptionfinal QHttpServerRequest.Method []
QHttpServerRequest.Methods.flags()
Returns an array of flag objects represented by this Methods.QHttpServerRequest.method()
static QHttpServerRequest.Method
QHttpServerRequest.Method.resolve
(int value) Returns the corresponding enum entry for the given value.static QHttpServerRequest.Method
Returns the enum constant of this type with the specified name.static QHttpServerRequest.Method[]
QHttpServerRequest.Method.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.httpserver with parameters of type QHttpServerRequest.MethodModifier and TypeMethodDescriptionQHttpServerRequest.Method.cleared
(QHttpServerRequest.Method e) Excludes other enum entry from a flag of this entry.QHttpServerRequest.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
Constructors in io.qt.httpserver with parameters of type QHttpServerRequest.MethodModifierConstructorDescriptionMethods
(QHttpServerRequest.Method ... args) Creates a new Methods where the flags inargs
are set.