Class GrizzlyAsyncHttpProviderConfig

java.lang.Object
com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig
All Implemented Interfaces:
AsyncHttpProviderConfig<GrizzlyAsyncHttpProviderConfig.Property,Object>

public class GrizzlyAsyncHttpProviderConfig extends Object implements AsyncHttpProviderConfig<GrizzlyAsyncHttpProviderConfig.Property,Object>
AsyncHttpProviderConfig implementation that allows customization of the Grizzly runtime outside of the scope of what the AsyncHttpClientConfig offers.
Since:
1.7.0
Author:
The Grizzly Team
See Also: