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 TypeClassDescriptionclassHandles translation file requests. -
Uses of SynchronizedRequestHandler in com.vaadin.flow.server
Subclasses of SynchronizedRequestHandler in com.vaadin.flow.serverModifier and TypeClassDescriptionclassRequest 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 TypeClassDescriptionclassHandles heartbeat requests.classThis class is responsible for serving theindex.htmlaccording to the template provided in the frontend folder.classProcesses a 'start' request type from the client to initialize server session and UI.classProcesses a UIDL request from the client.classBootstrap handler for WebComponent requests.classRequest handler that supplies the script/html of the web component matching the given tag.