java.lang.Object
io.qt.QtObject
io.qt.websockets.QWebSocketCorsAuthenticator
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Authenticator object for Cross Origin Requests (CORS)
Java wrapper for Qt class QWebSocketCorsAuthenticator
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanallowed()final voidclone()Creates and returns a copy of this object.final Stringorigin()final voidset(QWebSocketCorsAuthenticator other) Deprecated.final voidsetAllowed(boolean allowed) final voidswap(QWebSocketCorsAuthenticator other) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QWebSocketCorsAuthenticator
-
QWebSocketCorsAuthenticator
-
-
Method Details
-
allowed
@QtUninvokable public final boolean allowed() -
assign
-
origin
-
setAllowed
@QtUninvokable public final void setAllowed(boolean allowed) -
swap
-
clone
Creates and returns a copy of this object.
-
set
Deprecated.Useassign(io.qt.websockets.QWebSocketCorsAuthenticator)instead.
-
assign(io.qt.websockets.QWebSocketCorsAuthenticator)instead.