We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.server.
Package com.vaadin.flow.server
Class DevToolsToken
java.lang.Object
com.vaadin.flow.server.DevToolsToken
All Implemented Interfaces:
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.
-