Uses of Class
com.vaadin.flow.server.VaadinServletService
-
Packages that use VaadinServletService Package Description com.vaadin.flow.server com.vaadin.flow.server.communication -
-
Uses of VaadinServletService in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return VaadinServletService Modifier and Type Method Description protected VaadinServletService
VaadinServlet. createServletService()
Creates a vaadin servlet service.protected VaadinServletService
VaadinServlet. createServletService(DeploymentConfiguration deploymentConfiguration)
Creates a vaadin servlet service.VaadinServletService
VaadinServlet. getService()
Gets the Vaadin service for this servlet.VaadinServletService
VaadinServletRequest. getService()
VaadinServletService
VaadinServletResponse. getService()
Constructors in com.vaadin.flow.server with parameters of type VaadinServletService Constructor 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. -
Uses of VaadinServletService in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication with parameters of type VaadinServletService Modifier and Type Method Description protected PushHandler
PushRequestHandler. createPushHandler(VaadinServletService service)
Creates a push handler for this request handler.Constructors in com.vaadin.flow.server.communication with parameters of type VaadinServletService Constructor Description PushHandler(VaadinServletService service)
Creates an instance connected to the given service.PushRequestHandler(VaadinServletService service)
Creates an instance connected to the given service.
-