Package org.openqa.selenium.grid.web
Class RoutableHttpClientFactory
java.lang.Object
org.openqa.selenium.grid.web.RoutableHttpClientFactory
- All Implemented Interfaces:
org.openqa.selenium.remote.http.HttpClient.Factory
public class RoutableHttpClientFactory
extends Object
implements org.openqa.selenium.remote.http.HttpClient.Factory
-
Constructor Summary
ConstructorsConstructorDescriptionRoutableHttpClientFactory
(URL self, CombinedHandler handler, org.openqa.selenium.remote.http.HttpClient.Factory delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
org.openqa.selenium.remote.http.HttpClient
createClient
(org.openqa.selenium.remote.http.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 Details
-
RoutableHttpClientFactory
public RoutableHttpClientFactory(URL self, CombinedHandler handler, org.openqa.selenium.remote.http.HttpClient.Factory delegate)
-
-
Method Details
-
createClient
public org.openqa.selenium.remote.http.HttpClient createClient(org.openqa.selenium.remote.http.ClientConfig config) - Specified by:
createClient
in interfaceorg.openqa.selenium.remote.http.HttpClient.Factory
-
cleanupIdleClients
public void cleanupIdleClients()- Specified by:
cleanupIdleClients
in interfaceorg.openqa.selenium.remote.http.HttpClient.Factory
-