Uses of Interface
com.ning.http.client.AsyncHttpProvider
Packages that use AsyncHttpProvider
-
Uses of AsyncHttpProvider in com.ning.http.client
Methods in com.ning.http.client that return AsyncHttpProviderModifier and TypeMethodDescriptionAsyncHttpClient.getProvider()Return the asynchronousAsyncHttpProviderConstructors in com.ning.http.client with parameters of type AsyncHttpProviderModifierConstructorDescriptionAsyncHttpClient(AsyncHttpProvider provider) Create a new HTTP Asynchronous Client using an implementation ofAsyncHttpProviderand the defaultAsyncHttpClientConfigconfiguration.AsyncHttpClient(AsyncHttpProvider httpProvider, AsyncHttpClientConfig config) Create a new HTTP Asynchronous Client using aAsyncHttpClientConfigconfiguration and and aAsyncHttpProvider. -
Uses of AsyncHttpProvider in com.ning.http.client.providers.grizzly
Classes in com.ning.http.client.providers.grizzly that implement AsyncHttpProvider