Package org.openqa.selenium.grid.server
Class BaseServerOptions
- java.lang.Object
-
- org.openqa.selenium.grid.server.BaseServerOptions
-
public class BaseServerOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BaseServerOptions(Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAllowCORS()java.net.URIgetExternalUri()java.util.Optional<java.lang.String>getHostname()intgetMaxServerThreads()intgetPort()
-
-
-
Constructor Detail
-
BaseServerOptions
public BaseServerOptions(Config config)
-
-