Uses of Interface
com.vaadin.flow.server.RequestHandler
Packages that use RequestHandler
Package
Description
-
Uses of RequestHandler in com.vaadin.base.devserver
Classes in com.vaadin.base.devserver that implement RequestHandlerModifier and TypeClassDescriptionclass
Deals with most details of starting a frontend development server or connecting to an existing one.final class
A fake DevModeHandler whose only purpose is to eagerly show a "build in progress" HTML page to the user, during the creation of the development bundle.final class
Handles communication with a Vite server. -
Uses of RequestHandler in com.vaadin.flow.i18n
Classes in com.vaadin.flow.i18n that implement RequestHandlerModifier and TypeClassDescriptionclass
Handles translation file requests. -
Uses of RequestHandler in com.vaadin.flow.internal
Subinterfaces of RequestHandler in com.vaadin.flow.internal -
Uses of RequestHandler in com.vaadin.flow.server
Subinterfaces of RequestHandler in com.vaadin.flow.serverModifier and TypeInterfaceDescriptioninterface
A specialized RequestHandler which is capable of sending session expiration messages to the user.Classes in com.vaadin.flow.server that implement RequestHandlerModifier and TypeClassDescriptionclass
Request handler which handles bootstrapping of the application, i.e.class
RequestHandler which takes care of locking and unlocking of the VaadinSession automatically.class
ARequestHandler
that presents an informative page that the browser in use will not work.Methods in com.vaadin.flow.server that return types with arguments of type RequestHandlerModifier and TypeMethodDescriptionprotected List<RequestHandler>
VaadinService.createRequestHandlers()
Called during initialization to add the request handlers for the service.protected List<RequestHandler>
VaadinServletService.createRequestHandlers()
ServiceInitEvent.getAddedRequestHandlers()
Gets a stream of all custom request handlers that have been added for the service.VaadinService.getRequestHandlers()
Returns the request handlers that are registered with this service.VaadinSession.getRequestHandlers()
Gets the request handlers that are registered to the session.Methods in com.vaadin.flow.server with parameters of type RequestHandlerModifier and TypeMethodDescriptionvoid
ServiceInitEvent.addRequestHandler
(RequestHandler requestHandler) Adds a new request handler that will be used by this service.void
VaadinSession.addRequestHandler
(RequestHandler handler) Adds a request handler to this session.void
VaadinSession.removeRequestHandler
(RequestHandler handler) Removes a request handler from the session. -
Uses of RequestHandler in com.vaadin.flow.server.communication
Classes in com.vaadin.flow.server.communication that implement RequestHandlerModifier and TypeClassDescriptionclass
Handles the favicon request explicitly and return 404 for it.class
Handles heartbeat requests.class
This class is responsible for serving theindex.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
Handles requests to open a push (bidirectional) communication channel between the client and the server.class
Handles serving of PWA resources.class
Handles a request by passing it to each registeredRequestHandler
in the session in turn until one produces a response.class
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.