Package org.openqa.selenium.grid
Class TemplateGridServerCommand
java.lang.Object
org.openqa.selenium.grid.TemplateGridCommand
org.openqa.selenium.grid.TemplateGridServerCommand
- All Implemented Interfaces:
CliCommand
- Direct Known Subclasses:
DistributorServer
,Hub
,NewSessionQueueServer
,NodeServer
,RouterServer
,SessionMapServer
,Standalone
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.openqa.selenium.cli.CliCommand
CliCommand.Executable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionServer<?>
protected static org.openqa.selenium.remote.http.Routable
protected abstract TemplateGridServerCommand.Handlers
createHandlers
(Config config) protected static org.openqa.selenium.remote.http.Routable
graphqlRoute
(String prefix, Supplier<org.openqa.selenium.remote.http.HttpHandler> handler) protected static org.openqa.selenium.remote.http.Routable
Methods inherited from class org.openqa.selenium.grid.TemplateGridCommand
configure, execute, getDefaultConfig, getSystemPropertiesConfigPrefix
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openqa.selenium.cli.CliCommand
getConfigurableRoles, getDescription, getFlagObjects, getName, isShown
-
Constructor Details
-
TemplateGridServerCommand
public TemplateGridServerCommand()
-
-
Method Details
-
asServer
-
graphqlRoute
-
hubRoute
protected static org.openqa.selenium.remote.http.Routable hubRoute(String prefix, org.openqa.selenium.remote.http.Route route) -
baseRoute
protected static org.openqa.selenium.remote.http.Routable baseRoute(String prefix, org.openqa.selenium.remote.http.Route route) -
createHandlers
-