Class TracedHttpClient.Factory
java.lang.Object
org.openqa.selenium.remote.tracing.TracedHttpClient.Factory
- All Implemented Interfaces:
HttpClient.Factory
- Enclosing class:
- TracedHttpClient
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateClient
(URL url) Creates a HTTP client that will send requests to the given URL.createClient
(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
- Specified by:
createClient
in interfaceHttpClient.Factory
-
createClient
Description copied from interface:HttpClient.Factory
Creates a HTTP client that will send requests to the given URL.- Specified by:
createClient
in interfaceHttpClient.Factory
- Parameters:
url
- URL The base URL for requests.
-