Package org.openqa.selenium.grid.server
Class BaseServerOptions
java.lang.Object
org.openqa.selenium.grid.server.BaseServerOptions
-
Constructor Details
-
BaseServerOptions
-
-
Method Details
-
getHostname
-
getPort
public int getPort() -
getMaxServerThreads
public int getMaxServerThreads() -
getExternalUri
-
getAllowCORS
public boolean getAllowCORS() -
getBindHost
public boolean getBindHost() -
isSecure
public boolean isSecure() -
getPrivateKey
-
getCertificate
-
isSelfSigned
public boolean isSelfSigned()
-