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

public abstract class TemplateGridServerCommand extends TemplateGridCommand
  • Constructor Details

    • TemplateGridServerCommand

      public TemplateGridServerCommand()
  • Method Details

    • asServer

      public Server<?> asServer(Config initialConfig)
    • graphqlRoute

      protected static org.openqa.selenium.remote.http.Routable graphqlRoute(String prefix, Supplier<org.openqa.selenium.remote.http.HttpHandler> handler)
    • 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

      protected abstract TemplateGridServerCommand.Handlers createHandlers(Config config)