Package | Description |
---|---|
com.vaadin.flow.server | |
com.vaadin.flow.server.communication |
Modifier and Type | Method and Description |
---|---|
protected VaadinServletService |
VaadinServlet.createServletService()
Creates a vaadin servlet service.
|
protected VaadinServletService |
VaadinServlet.createServletService(DeploymentConfiguration deploymentConfiguration)
Creates a vaadin servlet service.
|
VaadinServletService |
VaadinServletResponse.getService() |
VaadinServletService |
VaadinServletRequest.getService() |
VaadinServletService |
VaadinServlet.getService()
Gets the Vaadin service for this servlet.
|
Constructor and Description |
---|
VaadinServletRequest(javax.servlet.http.HttpServletRequest request,
VaadinServletService vaadinService)
Wraps a http servlet request and associates with a vaadin service.
|
VaadinServletResponse(javax.servlet.http.HttpServletResponse response,
VaadinServletService vaadinService)
Wraps a http servlet response and an associated vaadin service.
|
Modifier and Type | Method and Description |
---|---|
protected PushHandler |
PushRequestHandler.createPushHandler(VaadinServletService service)
Creates a push handler for this request handler.
|
Constructor and Description |
---|
PushHandler(VaadinServletService service)
Creates an instance connected to the given service.
|
PushRequestHandler(VaadinServletService service)
Creates an instance connected to the given service.
|
Copyright © 2021. All rights reserved.