Class RouterServer
java.lang.Object
org.openqa.selenium.grid.TemplateGridCommand
org.openqa.selenium.grid.TemplateGridServerCommand
org.openqa.selenium.grid.router.httpd.RouterServer
- All Implemented Interfaces:
CliCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openqa.selenium.grid.TemplateGridServerCommand
TemplateGridServerCommand.Handlers
Nested classes/interfaces inherited from interface org.openqa.selenium.cli.CliCommand
CliCommand.Executable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected TemplateGridServerCommand.Handlers
createHandlers
(Config config) protected void
Allows a command to indicate that certain aspects are configurable.protected Config
Allows the set of objects used for finding command-line flags to be augmented with default implementations.getName()
protected String
Methods inherited from class org.openqa.selenium.grid.TemplateGridServerCommand
asServer, baseRoute, graphqlRoute, hubRoute
Methods inherited from class org.openqa.selenium.grid.TemplateGridCommand
configure
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
isShown
-
Constructor Details
-
RouterServer
public RouterServer()
-
-
Method Details
-
getName
-
getDescription
-
getConfigurableRoles
Description copied from interface:CliCommand
Allows a command to indicate that certain aspects are configurable. Any roles that are exposed here will be matched against flag objects which implementHasRoles
to allow configuration via command line flags. -
getFlagObjects
Description copied from interface:CliCommand
Allows the set of objects used for finding command-line flags to be augmented with default implementations. -
getSystemPropertiesConfigPrefix
- Specified by:
getSystemPropertiesConfigPrefix
in classTemplateGridCommand
-
getDefaultConfig
- Specified by:
getDefaultConfig
in classTemplateGridCommand
-
createHandlers
- Specified by:
createHandlers
in classTemplateGridServerCommand
-
execute
- Specified by:
execute
in classTemplateGridCommand
-