Uses of Class
org.openqa.selenium.grid.TemplateGridServerCommand.Handlers
-
-
Uses of TemplateGridServerCommand.Handlers in org.openqa.selenium.grid
Methods in org.openqa.selenium.grid that return TemplateGridServerCommand.Handlers Modifier and Type Method Description protected abstract TemplateGridServerCommand.HandlersTemplateGridServerCommand. createHandlers(org.openqa.selenium.grid.config.Config config) -
Uses of TemplateGridServerCommand.Handlers in org.openqa.selenium.grid.commands
Methods in org.openqa.selenium.grid.commands that return TemplateGridServerCommand.Handlers Modifier and Type Method Description protected TemplateGridServerCommand.HandlersHub. createHandlers(org.openqa.selenium.grid.config.Config config)protected TemplateGridServerCommand.HandlersStandalone. createHandlers(org.openqa.selenium.grid.config.Config config) -
Uses of TemplateGridServerCommand.Handlers in org.openqa.selenium.grid.distributor.httpd
Methods in org.openqa.selenium.grid.distributor.httpd that return TemplateGridServerCommand.Handlers Modifier and Type Method Description protected TemplateGridServerCommand.HandlersDistributorServer. createHandlers(org.openqa.selenium.grid.config.Config config) -
Uses of TemplateGridServerCommand.Handlers in org.openqa.selenium.grid.node.httpd
Methods in org.openqa.selenium.grid.node.httpd that return TemplateGridServerCommand.Handlers Modifier and Type Method Description protected TemplateGridServerCommand.HandlersNodeServer. createHandlers(org.openqa.selenium.grid.config.Config config) -
Uses of TemplateGridServerCommand.Handlers in org.openqa.selenium.grid.router.httpd
Methods in org.openqa.selenium.grid.router.httpd that return TemplateGridServerCommand.Handlers Modifier and Type Method Description protected TemplateGridServerCommand.HandlersRouterServer. createHandlers(org.openqa.selenium.grid.config.Config config) -
Uses of TemplateGridServerCommand.Handlers in org.openqa.selenium.grid.sessionmap.httpd
Methods in org.openqa.selenium.grid.sessionmap.httpd that return TemplateGridServerCommand.Handlers Modifier and Type Method Description protected TemplateGridServerCommand.HandlersSessionMapServer. createHandlers(org.openqa.selenium.grid.config.Config config) -
Uses of TemplateGridServerCommand.Handlers in org.openqa.selenium.grid.sessionqueue.httpd
Methods in org.openqa.selenium.grid.sessionqueue.httpd that return TemplateGridServerCommand.Handlers Modifier and Type Method Description protected TemplateGridServerCommand.HandlersNewSessionQueueServer. createHandlers(org.openqa.selenium.grid.config.Config config)
-