java.lang.Object
io.qt.QtObject
io.qt.websockets.QWebSocketCorsAuthenticator
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Authenticator object for Cross Origin Requests (CORS)
Java wrapper for Qt's class QWebSocketCorsAuthenticator
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQWebSocketCorsAuthenticator(String origin) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanallowed()final voidclone()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
-
QWebSocketCorsAuthenticator
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
allowed
-
set
Deprecated.Useassign(io.qt.websockets.QWebSocketCorsAuthenticator)instead. -
assign
-
origin
-
setAllowed
-
swap
-
clone
-
assign(io.qt.websockets.QWebSocketCorsAuthenticator)instead.