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 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 interface org.openqa.selenium.remote.http.HttpClient.Factory
    • cleanupIdleClients

      public void cleanupIdleClients()
      Specified by:
      cleanupIdleClients in interface org.openqa.selenium.remote.http.HttpClient.Factory