Package | Description |
---|---|
com.vaadin.flow.server | |
com.vaadin.flow.server.communication |
Modifier and Type | Method and Description |
---|---|
protected Instantiator |
VaadinService.createInstantiator()
Creates an instantiator to use with this service.
|
protected List<RequestHandler> |
VaadinServletService.createRequestHandlers() |
protected List<RequestHandler> |
VaadinService.createRequestHandlers()
Called during initialization to add the request handlers for the service.
|
protected VaadinServletService |
VaadinServlet.createServletService()
Creates a vaadin servlet service.
|
protected VaadinServletService |
VaadinServlet.createServletService(DeploymentConfiguration deploymentConfiguration)
Creates a vaadin servlet service.
|
void |
VaadinService.handleRequest(VaadinRequest request,
VaadinResponse response)
Handles the incoming request and writes the response into the response
object.
|
protected void |
VaadinService.handleSessionExpired(VaadinRequest request,
VaadinResponse response)
Called when the session has expired and the request handling is therefore
aborted.
|
void |
VaadinServletService.init() |
void |
VaadinService.init()
Initializes this service.
|
protected Optional<Instantiator> |
VaadinService.loadInstantiators()
Loads and initializes instantiators.
|
void |
SessionInitListener.sessionInit(SessionInitEvent event)
Invoked when a new Vaadin service session is initialized for that
service.
|
Constructor and Description |
---|
PushRequestHandler(VaadinServletService service)
Creates an instance connected to the given service.
|
Copyright © 2025. All rights reserved.