Class TracedHttpClient.Factory
java.lang.Object
org.openqa.selenium.remote.tracing.TracedHttpClient.Factory
- All Implemented Interfaces:
HttpClient.Factory
- Enclosing class:
- TracedHttpClient
-
Constructor Summary
Constructors -
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, waitMethods inherited from interface org.openqa.selenium.remote.http.HttpClient.Factory
cleanupIdleClients
-
Constructor Details
-
Factory
-
-
Method Details
-
createClient
- Specified by:
createClientin interfaceHttpClient.Factory
-
createClient
Description copied from interface:HttpClient.FactoryCreates a HTTP client that will send requests to the given URL.- Specified by:
createClientin interfaceHttpClient.Factory- Parameters:
url- URL The base URL for requests.
-