Package org.openqa.selenium.grid.web
Class RoutableHttpClientFactory
java.lang.Object
org.openqa.selenium.grid.web.RoutableHttpClientFactory
- All Implemented Interfaces:
HttpClient.Factory
-
Constructor Summary
ConstructorsConstructorDescriptionRoutableHttpClientFactory(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, waitMethods inherited from interface org.openqa.selenium.remote.http.HttpClient.Factory
createClient
-
Constructor Details
-
RoutableHttpClientFactory
-
-
Method Details
-
createClient
- Specified by:
createClientin interfaceHttpClient.Factory
-
cleanupIdleClients
public void cleanupIdleClients()Description copied from interface:HttpClient.FactoryCloses idle clients.- Specified by:
cleanupIdleClientsin interfaceHttpClient.Factory
-