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 Object
implements org.openqa.selenium.remote.http.HttpClient.Factory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.remote.http.HttpClient
createClient
(URL url) org.openqa.selenium.remote.http.HttpClient
createClient
(org.openqa.selenium.remote.http.ClientConfig config) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openqa.selenium.remote.http.HttpClient.Factory
cleanupIdleClients
-
Constructor Details
-
Factory
-
-
Method Details
-
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
- Specified by:
createClient
in interfaceorg.openqa.selenium.remote.http.HttpClient.Factory
-