org.openqa.selenium.remote.internal
Class HttpClientFactory
java.lang.Object
org.openqa.selenium.remote.internal.HttpClientFactory
public class HttpClientFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpClientFactory
public HttpClientFactory()
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.