org.openqa.selenium.remote.internal
Class HttpClientFactory

java.lang.Object
  extended by org.openqa.selenium.remote.internal.HttpClientFactory

public class HttpClientFactory
extends java.lang.Object


Constructor Summary
HttpClientFactory()
           
 
Method Summary
 void close()
           
 org.apache.http.client.HttpClient getGridHttpClient(int timeout)
           
 org.apache.http.params.HttpParams getGridHttpParams(int timeout)
           
 org.apache.http.client.HttpClient getHttpClient()
           
 org.apache.http.params.HttpParams getHttpParams()
           
 org.apache.http.conn.routing.HttpRoutePlanner getRoutePlanner(org.apache.http.conn.scheme.SchemeRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientFactory

public HttpClientFactory()
Method Detail

getHttpClient

public org.apache.http.client.HttpClient getHttpClient()

getGridHttpClient

public org.apache.http.client.HttpClient getGridHttpClient(int timeout)

getHttpParams

public org.apache.http.params.HttpParams getHttpParams()

getRoutePlanner

public org.apache.http.conn.routing.HttpRoutePlanner getRoutePlanner(org.apache.http.conn.scheme.SchemeRegistry registry)

getGridHttpParams

public org.apache.http.params.HttpParams getGridHttpParams(int timeout)

close

public void close()


Copyright © 2012. All Rights Reserved.