public final class ClientFactory extends Object
| Modifier | Constructor and Description |
|---|---|
private |
ClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.http.impl.nio.client.CloseableHttpAsyncClient |
getAsyncHttpClient()
Retrieves the asynchronous HTTP Client instance.
|
static List<org.apache.http.cookie.Cookie> |
getCookies()
Retrieves the set of cookie currently used by the HTTP Client.
|
static org.apache.http.client.HttpClient |
getHttpClient()
Retrieves the regular (synchronous) HTTP Client instance.
|
public static org.apache.http.client.HttpClient getHttpClient()
public static org.apache.http.impl.nio.client.CloseableHttpAsyncClient getAsyncHttpClient()
public static List<org.apache.http.cookie.Cookie> getCookies()
Copyright © 2013–2014 Wisdom Framework. All rights reserved.