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 boolean
getAllowCORS()
java.io.File
getCertificate()
java.net.URI
getExternalUri()
java.util.Optional<java.lang.String>
getHostname()
int
getMaxServerThreads()
int
getPort()
java.io.File
getPrivateKey()
boolean
isSecure()
-
-
-
Constructor Detail
-
BaseServerOptions
public BaseServerOptions(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()
-
-