Package org.openqa.selenium.grid.web
Class RoutableHttpClientFactory
- java.lang.Object
-
- org.openqa.selenium.grid.web.RoutableHttpClientFactory
-
- All Implemented Interfaces:
HttpClient.Factory
public class RoutableHttpClientFactory extends java.lang.Object implements HttpClient.Factory
-
-
Constructor Summary
Constructors Constructor Description RoutableHttpClientFactory(java.net.URL self, CombinedHandler handler, HttpClient.Factory delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanupIdleClients()
Closes idle clients.HttpClient
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
createClient
-
-
-
-
Constructor Detail
-
RoutableHttpClientFactory
public RoutableHttpClientFactory(java.net.URL self, CombinedHandler handler, HttpClient.Factory delegate)
-
-
Method Detail
-
createClient
public HttpClient createClient(ClientConfig config)
- 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
-
-