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.Handlers
TemplateGridServerCommand. 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.Handlers
Hub. createHandlers(org.openqa.selenium.grid.config.Config config)
protected TemplateGridServerCommand.Handlers
Standalone. 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.Handlers
DistributorServer. 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.Handlers
NodeServer. 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.Handlers
RouterServer. 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.Handlers
SessionMapServer. 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.Handlers
NewSessionQueueServer. createHandlers(org.openqa.selenium.grid.config.Config config)
-