Package com.ning.http.client.providers.grizzly
package com.ning.http.client.providers.grizzly
-
ClassDescriptionA Grizzly-specific
BodyGeneratorthat allows data to be fed to the connection in blocking or non-blocking fashion via the use of aFeedableBodyGenerator.Feeder.Base class forFeedableBodyGenerator.Feederimplementations.Specifies the functionality all Feeders must implement.Implementations of this class provide the framework to read data from some source and feed data to theFeedableBodyGeneratorwithout blocking.Listener to signal that data is available to be fed.This simpleFeedableBodyGenerator.Feederimplementation allows the implementation to feed data in whatever fashion is deemed appropriate.A Grizzly 2.0-based implementation ofAsyncHttpProvider.AsyncHttpProviderConfigimplementation that allows customization of the Grizzly runtime outside of the scope of what theAsyncHttpClientConfigoffers.Grizzly-specific customization properties.HttpResponseBodyPartimplementation using the Grizzly 2.0 HTTP client codec.HttpResponseBodyPartimplementation using the Grizzly 2.0 HTTP client codec.HttpResponseHeadersimplementation using the Grizzly 2.0 HTTP client codec.HttpResponseStatusimplementation using the Grizzly 2.0 HTTP client codec.This class may be provided as an option to theGrizzlyAsyncHttpProviderConfigand allows low-level customization of theTCPNIOTransportbeyond the defaults typically used.