Uses of Enum
io.qt.httpserver.QHttpServerRequest.Method
Packages that use QHttpServerRequest.Method
-
Uses of QHttpServerRequest.Method in io.qt.httpserver
Subclasses with type arguments of type QHttpServerRequest.Method in io.qt.httpserverModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQHttpServerRequest::Methodstatic final classQFlagstype for enumQHttpServerRequest.MethodMethods 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.MethodQHttpServerRequest.Method.resolve(int value) Returns the corresponding enum entry for the given value.static QHttpServerRequest.MethodReturns 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.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 flagflagConstructors in io.qt.httpserver with parameters of type QHttpServerRequest.MethodModifierConstructorDescriptionMethods(QHttpServerRequest.Method ... args) Creates a new Methods where the flags inargsare set.