Class RoutableHttpClientFactory

  • All Implemented Interfaces:
    org.openqa.selenium.remote.http.HttpClient.Factory

    public class RoutableHttpClientFactory
    extends java.lang.Object
    implements org.openqa.selenium.remote.http.HttpClient.Factory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cleanupIdleClients()  
      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 Detail

      • RoutableHttpClientFactory

        public RoutableHttpClientFactory​(java.net.URL self,
                                         CombinedHandler handler,
                                         org.openqa.selenium.remote.http.HttpClient.Factory delegate)
    • Method Detail

      • 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