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 VaadinServletServiceVaadinServlet. createServletService()Creates a vaadin servlet service.protected VaadinServletServiceVaadinServlet. createServletService(DeploymentConfiguration deploymentConfiguration)Creates a vaadin servlet service.VaadinServletServiceVaadinServlet. getService()Gets the Vaadin service for this servlet.VaadinServletServiceVaadinServletRequest. getService()VaadinServletServiceVaadinServletResponse. 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 PushHandlerPushRequestHandler. 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.
-