| Package | Description |
|---|---|
| com.ning.http.client | |
| com.ning.http.client.providers.grizzly | |
| com.ning.http.client.providers.jdk | |
| com.ning.http.client.providers.netty |
| Modifier and Type | Method and Description |
|---|---|
AsyncHttpProvider |
AsyncHttpClient.getProvider()
Return the asynchronous
AsyncHttpProvider |
| Constructor and Description |
|---|
AsyncHttpClient(AsyncHttpProvider provider)
Create a new HTTP Asynchronous Client using an implementation of
AsyncHttpProvider and
the default AsyncHttpClientConfig configuration. |
AsyncHttpClient(AsyncHttpProvider httpProvider,
AsyncHttpClientConfig config)
Create a new HTTP Asynchronous Client using a
AsyncHttpClientConfig configuration and
and a AsyncHttpProvider. |
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyAsyncHttpProvider
A Grizzly 2.0-based implementation of
AsyncHttpProvider. |
| Modifier and Type | Class and Description |
|---|---|
class |
JDKAsyncHttpProvider |
| Constructor and Description |
|---|
ResponseHeaders(Uri uri,
HttpURLConnection urlConnection,
AsyncHttpProvider provider) |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyAsyncHttpProvider |
Copyright © 2014. All Rights Reserved.