Class RelayOptions
- java.lang.Object
-
- org.openqa.selenium.grid.node.relay.RelayOptions
-
public class RelayOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RelayOptions(org.openqa.selenium.grid.config.Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URI
getServiceStatusUri()
java.net.URI
getServiceUri()
java.util.Map<org.openqa.selenium.Capabilities,java.util.Collection<SessionFactory>>
getSessionFactories(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory)
-
-
-
Method Detail
-
getServiceUri
public java.net.URI getServiceUri()
-
getServiceStatusUri
public java.net.URI getServiceStatusUri()
-
getSessionFactories
public java.util.Map<org.openqa.selenium.Capabilities,java.util.Collection<SessionFactory>> getSessionFactories(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory)
-
-