java.lang.Object
io.qt.internal.QtJambiObject
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
ConstructorsModifierConstructorDescriptionprotectedQWebSocketCorsAuthenticator(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.QWebSocketCorsAuthenticator(String origin) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanallowed()clone()final Stringorigin()final voidset(QWebSocketCorsAuthenticator other) final voidsetAllowed(boolean allowed) final voidswap(QWebSocketCorsAuthenticator other) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QWebSocketCorsAuthenticator
-
QWebSocketCorsAuthenticator
-
QWebSocketCorsAuthenticator
protected QWebSocketCorsAuthenticator(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details