org.openqa.selenium.remote.internal
Class HttpClientFactory
java.lang.Object
org.openqa.selenium.remote.internal.HttpClientFactory
public class HttpClientFactory
- extends Object
Method Summary |
void |
close()
|
org.apache.http.client.HttpClient |
getGridHttpClient(int connection_timeout,
int socket_timeout)
|
org.apache.http.params.HttpParams |
getGridHttpParams(int connection_timeout,
int socket_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 |
HttpClientFactory
public HttpClientFactory()
getHttpClient
public org.apache.http.client.HttpClient getHttpClient()
getGridHttpClient
public org.apache.http.client.HttpClient getGridHttpClient(int connection_timeout,
int socket_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 connection_timeout,
int socket_timeout)
close
public void close()
Copyright © 2013. All rights reserved.