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(org.openqa.selenium.grid.config.Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAllowCORS()java.io.FilegetCertificate()java.net.URIgetExternalUri()java.util.Optional<java.lang.String>getHostname()intgetMaxServerThreads()intgetPort()java.io.FilegetPrivateKey()booleanisSecure()booleanisSelfSigned()
-
-
-
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()
-
-