public class ApacheHttpAsyncClientFactory extends Object implements org.openqa.selenium.remote.http.HttpClient.Factory
ApacheHttpClient.Factory to return ApacheHttpAsyncClient| Constructor and Description |
|---|
ApacheHttpAsyncClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.remote.http.HttpClient |
createClient(URL url) |
static void |
replaceDefaultClientFactory()
Replace default http client factory in HttpCommandExcecutor.
|
public static void replaceDefaultClientFactory()
throws Exception
Exception - throw if cannot access HttpCommandExecutor#defaultClientFactory field.public org.openqa.selenium.remote.http.HttpClient createClient(URL url)
createClient in interface org.openqa.selenium.remote.http.HttpClient.FactoryCopyright © 2017. All rights reserved.