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.
Uses of Class
com.vaadin.flow.server.SynchronizedRequestHandler
Packages that use SynchronizedRequestHandler
Package
Description
-
Uses of SynchronizedRequestHandler in com.vaadin.flow.i18n
Subclasses of SynchronizedRequestHandler in com.vaadin.flow.i18nModifier and TypeClassDescriptionclass
Handles translation file requests.
-
Uses of SynchronizedRequestHandler in com.vaadin.flow.server
Subclasses of SynchronizedRequestHandler in com.vaadin.flow.serverModifier and TypeClassDescriptionclass
Request handler which handles bootstrapping of the application, i.e.
-
Uses of SynchronizedRequestHandler in com.vaadin.flow.server.communication
Subclasses of SynchronizedRequestHandler in com.vaadin.flow.server.communicationModifier and TypeClassDescriptionclass
Handles heartbeat requests.
class
This class is responsible for serving the
index.html
according to the template provided in the frontend folder.class
Processes a 'start' request type from the client to initialize server session and UI.
class
Processes a UIDL request from the client.
class
Bootstrap handler for WebComponent requests.
class
Request handler that supplies the script/html of the web component matching the given tag.