Package | Description |
---|---|
com.vaadin.flow.server | |
com.vaadin.flow.server.communication |
Modifier and Type | Class and Description |
---|---|
class |
BootstrapHandler
Request handler which handles bootstrapping of the application, i.e.
|
class |
UnsupportedBrowserHandler
A
RequestHandler that presents an informative page if the browser in
use is unsupported. |
Modifier and Type | Class and Description |
---|---|
class |
HeartbeatHandler
Handles heartbeat requests.
|
class |
IndexHtmlRequestHandler
This class is responsible for serving the
index.html according
to the template provided in the frontend folder. |
class |
JavaScriptBootstrapHandler
Processes a 'start' request type from the client to initialize server session
and UI.
|
class |
UidlRequestHandler
Processes a UIDL request from the client.
|
class |
WebComponentBootstrapHandler
Bootstrap handler for WebComponent requests.
|
class |
WebComponentProvider
Request handler that supplies the script/html of the web component matching
the given tag.
|
Copyright © 2021. All rights reserved.