Uses of Enum
io.qt.webengine.core.QWebEngineHttpRequest.Method
Packages that use QWebEngineHttpRequest.Method
-
Uses of QWebEngineHttpRequest.Method in io.qt.webengine.core
Methods in io.qt.webengine.core that return QWebEngineHttpRequest.MethodModifier and TypeMethodDescriptionQWebEngineHttpRequest.method()static QWebEngineHttpRequest.MethodQWebEngineHttpRequest.Method.resolve(int value) Returns the corresponding enum entry for the given value.static QWebEngineHttpRequest.MethodReturns the enum constant of this type with the specified name.static QWebEngineHttpRequest.Method[]QWebEngineHttpRequest.Method.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.webengine.core with parameters of type QWebEngineHttpRequest.MethodModifier and TypeMethodDescriptionfinal voidQWebEngineHttpRequest.setMethod(QWebEngineHttpRequest.Method method) Constructors in io.qt.webengine.core with parameters of type QWebEngineHttpRequest.MethodModifierConstructorDescriptionQWebEngineHttpRequest(QUrl url, QWebEngineHttpRequest.Method method) QWebEngineHttpRequest(String url, QWebEngineHttpRequest.Method method) Overloaded constructor forQWebEngineHttpRequest(io.qt.core.QUrl, io.qt.webengine.core.QWebEngineHttpRequest.Method).