java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.websockets.QWebSocketCorsAuthenticator
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QWebSocketCorsAuthenticator extends QtObject implements Cloneable
Authenticator object for Cross Origin Requests (CORS)
Java wrapper for Qt class QWebSocketCorsAuthenticator
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QWebSocketCorsAuthenticator(QtObject.QPrivateConstructor p)
Constructor for internal use only.QWebSocketCorsAuthenticator(QWebSocketCorsAuthenticator other)
QWebSocketCorsAuthenticator(String origin)
-
Method Summary
Modifier and Type Method Description boolean
allowed()
QWebSocketCorsAuthenticator
clone()
String
origin()
void
set(QWebSocketCorsAuthenticator other)
void
setAllowed(boolean allowed)
void
swap(QWebSocketCorsAuthenticator other)
-
Constructor Details
-
QWebSocketCorsAuthenticator
-
QWebSocketCorsAuthenticator
-
QWebSocketCorsAuthenticator
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details