Uses of Class
com.vaadin.server.VaadinServletService
-
Packages that use VaadinServletService Package Description com.vaadin.server com.vaadin.server.communication -
-
Uses of VaadinServletService in com.vaadin.server
Methods in com.vaadin.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.protected VaadinServletServiceVaadinServlet. getService()Gets a the vaadin service for this servlet.VaadinServletServiceVaadinServletRequest. getService()VaadinServletServiceVaadinServletResponse. getService()Constructors in com.vaadin.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.server.communication
Methods in com.vaadin.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.server.communication with parameters of type VaadinServletService Constructor Description PushHandler(VaadinServletService service)PushRequestHandler(VaadinServletService service)
-