Class TracedHttpClient.Factory
- java.lang.Object
-
- org.openqa.selenium.remote.tracing.TracedHttpClient.Factory
-
- All Implemented Interfaces:
org.openqa.selenium.remote.http.HttpClient.Factory
- Enclosing class:
- TracedHttpClient
public static class TracedHttpClient.Factory extends java.lang.Object implements org.openqa.selenium.remote.http.HttpClient.Factory
-
-
Constructor Summary
Constructors Constructor Description Factory(io.opentracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.remote.http.HttpClient
createClient(java.net.URL url)
org.openqa.selenium.remote.http.HttpClient
createClient(org.openqa.selenium.remote.http.ClientConfig config)
-
-
-
Method Detail
-
createClient
public org.openqa.selenium.remote.http.HttpClient createClient(org.openqa.selenium.remote.http.ClientConfig config)
- Specified by:
createClient
in interfaceorg.openqa.selenium.remote.http.HttpClient.Factory
-
createClient
public org.openqa.selenium.remote.http.HttpClient createClient(java.net.URL url)
- Specified by:
createClient
in interfaceorg.openqa.selenium.remote.http.HttpClient.Factory
-
-