Class BaseServerOptions


  • public class BaseServerOptions
    extends java.lang.Object
    • Constructor Detail

      • BaseServerOptions

        public BaseServerOptions​(org.openqa.selenium.grid.config.Config config)
    • Method Detail

      • getHostname

        public java.util.Optional<java.lang.String> getHostname()
      • getPort

        public int getPort()
      • getMaxServerThreads

        public int getMaxServerThreads()
      • getExternalUri

        public java.net.URI getExternalUri()
      • getAllowCORS

        public boolean getAllowCORS()
      • isSecure

        public boolean isSecure()
      • getPrivateKey

        public java.io.File getPrivateKey()
      • getCertificate

        public java.io.File getCertificate()
      • isSelfSigned

        public boolean isSelfSigned()