Class JdkHttpClient.Factory
java.lang.Object
org.openqa.selenium.remote.http.jdk.JdkHttpClient.Factory
- All Implemented Interfaces:
HttpClient.Factory
- Enclosing class:
- JdkHttpClient
@AutoService(Factory.class)
public static class JdkHttpClient.Factory
extends Object
implements HttpClient.Factory
-
Constructor Summary
-
Method Summary
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, createClient
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
createClient
- Specified by:
createClient
in interfaceHttpClient.Factory
-