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 Routable
protected abstract TemplateGridServerCommand.Handlers
createHandlers
(Config config) protected static Routable
graphqlRoute
(String prefix, Supplier<HttpHandler> handler) protected static 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
-
baseRoute
-
createHandlers
-