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 TypeClassDescriptionclassDeals with most details of starting a frontend development server or connecting to an existing one.final classA 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 classHandles communication with a Vite server. -
Uses of RequestHandler in com.vaadin.flow.i18n
Classes in com.vaadin.flow.i18n that implement RequestHandlerModifier and TypeClassDescriptionclassHandles translation file requests. -
Uses of RequestHandler in com.vaadin.flow.internal
Subinterfaces of RequestHandler in com.vaadin.flow.internalModifier and TypeInterfaceDescriptioninterfaceRequest handler for development mode, providing proxy capabilities to the development server and access to compilation output. -
Uses of RequestHandler in com.vaadin.flow.server
Subinterfaces of RequestHandler in com.vaadin.flow.serverModifier and TypeInterfaceDescriptioninterfaceA specialized RequestHandler which is capable of sending session expiration messages to the user.Classes in com.vaadin.flow.server that implement RequestHandlerModifier and TypeClassDescriptionclassRequest handler which handles bootstrapping of the application, i.e.classRequestHandler which takes care of locking and unlocking of the VaadinSession automatically.classARequestHandlerthat 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 TypeMethodDescriptionvoidServiceInitEvent.addRequestHandler(RequestHandler requestHandler) Adds a new request handler that will be used by this service.voidVaadinSession.addRequestHandler(RequestHandler handler) Adds a request handler to this session.voidVaadinSession.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 TypeClassDescriptionclassHandles the favicon request explicitly and return 404 for it.classHandles 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.classHandles requests to open a push (bidirectional) communication channel between the client and the server.classHandles serving of PWA resources.classHandles a request by passing it to each registeredRequestHandlerin the session in turn until one produces a response.classclassProcesses 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.