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.
|
Modifier and Type | Method and Description |
---|---|
protected StaticFileHandler |
VaadinServlet.createStaticFileHandler(VaadinServletService servletService)
Creates a new instance of
StaticFileHandler , that is responsible
to find and serve static resources. |
Constructor and Description |
---|
StaticFileServer(VaadinServletService servletService)
Constructs a file server.
|
VaadinServletRequest(HttpServletRequest request,
VaadinServletService vaadinService)
Wraps a http servlet request and associates with a vaadin service.
|
VaadinServletResponse(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 © 2020. All rights reserved.