Class BaseServerOptions

java.lang.Object
org.openqa.selenium.grid.server.BaseServerOptions

public class BaseServerOptions extends Object
  • Constructor Details

    • BaseServerOptions

      public BaseServerOptions(Config config)
  • Method Details

    • getHostname

      public Optional<String> getHostname()
    • getPort

      public int getPort()
    • getMaxServerThreads

      public int getMaxServerThreads()
    • getExternalUri

      public URI getExternalUri()
    • getAllowCORS

      public boolean getAllowCORS()
    • getBindHost

      public boolean getBindHost()
    • isSecure

      public boolean isSecure()
    • getPrivateKey

      public File getPrivateKey()
    • getCertificate

      public File getCertificate()
    • isSelfSigned

      public boolean isSelfSigned()