Package org.openqa.selenium.grid.web
Class RoutableHttpClientFactory
java.lang.Object
org.openqa.selenium.grid.web.RoutableHttpClientFactory
- All Implemented Interfaces:
HttpClient.Factory
-
Constructor Summary
ConstructorDescriptionRoutableHttpClientFactory
(URL self, CombinedHandler handler, HttpClient.Factory delegate) -
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
createClient
-
Constructor Details
-
RoutableHttpClientFactory
-
-
Method Details
-
createClient
- Specified by:
createClient
in interfaceHttpClient.Factory
-
cleanupIdleClients
public void cleanupIdleClients()Description copied from interface:HttpClient.Factory
Closes idle clients.- Specified by:
cleanupIdleClients
in interfaceHttpClient.Factory
-