Uses of Class
com.vaadin.flow.server.SynchronizedRequestHandler
-
Packages that use SynchronizedRequestHandler Package Description com.vaadin.flow.server com.vaadin.flow.server.communication -
-
Uses of SynchronizedRequestHandler in com.vaadin.flow.server
Subclasses of SynchronizedRequestHandler in com.vaadin.flow.server Modifier and Type Class Description classBootstrapHandlerRequest handler which handles bootstrapping of the application, i.e.classUnsupportedBrowserHandlerARequestHandlerthat presents an informative page if the browser in use is unsupported. -
Uses of SynchronizedRequestHandler in com.vaadin.flow.server.communication
Subclasses of SynchronizedRequestHandler in com.vaadin.flow.server.communication Modifier and Type Class Description classHeartbeatHandlerHandles heartbeat requests.classIndexHtmlRequestHandlerThis class is responsible for serving theindex.htmlaccording to the template provided in the frontend folder.classJavaScriptBootstrapHandlerProcesses a 'start' request type from the client to initialize server session and UI.classUidlRequestHandlerProcesses a UIDL request from the client.classWebComponentBootstrapHandlerBootstrap handler for WebComponent requests.classWebComponentProviderRequest handler that supplies the script/html of the web component matching the given tag.
-