Package com.vaadin.flow.server
Class DevToolsToken
java.lang.Object
com.vaadin.flow.server.DevToolsToken
- All Implemented Interfaces:
Serializable
Representation of the security token exchanged with the Dev Tools client to
validate websocket connections.
The token is temporarily stored locally to prevent websocket connection to be
refused after a server restart.
For internal yse only.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DevToolsToken
public DevToolsToken()
-
-
Method Details
-
getToken
Gets the token exchanged between Dev Tools client and the server.- Returns:
- dev-tools token, never null.
-